Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177424 | 7 | Changpeng Fang | P4 | Closed | Fixed | b57 |
JDK-2180606 | 6u18 | Changpeng Fang | P4 | Resolved | Fixed | b01 |
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.
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.
- backported by
-
JDK-2180606 Extra ":" Causes Testcase in CR 6589834 "Parse Exception: Invalid tag: summary:"
-
- Resolved
-
-
JDK-2177424 Extra ":" Causes Testcase in CR 6589834 "Parse Exception: Invalid tag: summary:"
-
- Closed
-
- relates to
-
JDK-6589834 deoptimization problem with -XX:+DeoptimizeALot
-
- Closed
-