JDK-6833951 : Extra ":" Causes Testcase in CR 6589834 "Parse Exception: Invalid tag: summary:"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs16
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-04-24
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u18Fixed 7Fixed hs16Fixed
Related Reports
Relates :  
Description
There is an extra : in the test case for CR 6589834 which will cause parse error

Here is the message from Christian:

--------------------------------------------------
TEST: compiler/6589834/Test_ia32.java
JDK under test: (/tmp/home/ct232829/hotspot-comp/6833573/build/jdk-solaris-sparc/debug)
java version "1.7.0-ea-fastdebug"
Java(TM) SE Runtime Environment (build 1.7.0-ea-fastdebug-b56)
OpenJDK Server VM (build 16.0-b01-internal-jvmg, mixed mode)

TEST RESULT: Error. Parse Exception: Invalid tag: summary:
--------------------------------------------------

The problem is the colon.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/aa92a90b1cc6
24-04-2009