-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b01
-
x86
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177094 | 7 | Erik Trimble | P3 | Closed | Fixed | b27 |
JDK-2174902 | 6u14 | Abhijit Saha | P3 | Resolved | Fixed | b01 |
FULL PRODUCT VERSION :
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Server VM (build 10.0-b19, mixed mode)
FULL OS VERSION :
Linux xx.yy.zz 2.6.9-22.20.ELsmp #1 SMP Fri Nov 18 03:04:44 EST 2005 x86_64 x86_64 x86_64 GNU/Linux
A DESCRIPTION OF THE PROBLEM :
If you download the open source product java2html and run it against the java classes in the openjdk/jdk/src/share/classes directory it crashes about one time in three.
THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: No
THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Yes
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Download java2html.jar from http://www.java2html.com
Set CLASSPATH to point to j2h.jar and then try
java j2h -m 4 -n JFREE -js <Place where openjdk lives>/jdk/src/share/classes -d <some directory>
EXPECTED VERSUS ACTUAL BEHAVIOR :
It should run through all the *.java files and produce .html versions of them in the output directory.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
Attached seperatly
REPRODUCIBILITY :
This bug can be reproduced often.
---------- BEGIN SOURCE ----------
As per instructions above
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Disable loop unswitching: -XX:-LoopUnswitching
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Server VM (build 10.0-b19, mixed mode)
FULL OS VERSION :
Linux xx.yy.zz 2.6.9-22.20.ELsmp #1 SMP Fri Nov 18 03:04:44 EST 2005 x86_64 x86_64 x86_64 GNU/Linux
A DESCRIPTION OF THE PROBLEM :
If you download the open source product java2html and run it against the java classes in the openjdk/jdk/src/share/classes directory it crashes about one time in three.
THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: No
THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Yes
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Download java2html.jar from http://www.java2html.com
Set CLASSPATH to point to j2h.jar and then try
java j2h -m 4 -n JFREE -js <Place where openjdk lives>/jdk/src/share/classes -d <some directory>
EXPECTED VERSUS ACTUAL BEHAVIOR :
It should run through all the *.java files and produce .html versions of them in the output directory.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
Attached seperatly
REPRODUCIBILITY :
This bug can be reproduced often.
---------- BEGIN SOURCE ----------
As per instructions above
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Disable loop unswitching: -XX:-LoopUnswitching
- backported by
-
JDK-2174902 Loop unswitching crashes without LoopNode
-
- Resolved
-
-
JDK-2177094 Loop unswitching crashes without LoopNode
-
- Closed
-