-
Bug
-
Resolution: Fixed
-
P5
-
7
-
b08
-
x86
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2182198 | 7 | Changpeng Fang | P5 | Closed | Fixed | b71 |
JDK-2181941 | 6u18 | Changpeng Fang | P5 | Resolved | Fixed | b01 |
This is split out from CR 6589834. The failure occurs on 32-bit vm on x86 platforms.
The following comments is from CR 6589834 description.
>With the internal testing option -XX:+DeoptimizeALot, running the SPECJVM98
>test _213_javac fails with NullPointerException. While this started occurring
>with the 20070413103655.jrose.dolphin-intrinsics putback, it is actually an
>existing incompatibility between the deoptimization support and the intrinsic
>inlining of the server compiler.
The failures are intermittent, and appear in tests other than _213_javac in specjvm98
as well. -XX:-InlineArrayCopy could be used to suppress the failures.
The following comments is from CR 6589834 description.
>With the internal testing option -XX:+DeoptimizeALot, running the SPECJVM98
>test _213_javac fails with NullPointerException. While this started occurring
>with the 20070413103655.jrose.dolphin-intrinsics putback, it is actually an
>existing incompatibility between the deoptimization support and the intrinsic
>inlining of the server compiler.
The failures are intermittent, and appear in tests other than _213_javac in specjvm98
as well. -XX:-InlineArrayCopy could be used to suppress the failures.
- backported by
-
JDK-2181941 specjvm98 fails with NullPointerException in the compiler with -XX:DeoptimizeALot
- Resolved
-
JDK-2182198 specjvm98 fails with NullPointerException in the compiler with -XX:DeoptimizeALot
- Closed
- relates to
-
JDK-6889869 assert(!Interpreter::bytecode_should_reexecute(code),"should not reexecute")
- Closed
-
JDK-6840775 Multiple JVM crashes seen with 1.6.0_10 through early access of 1.6.0_14 - possibly related to GC
- Resolved
-
JDK-6589834 deoptimization problem with -XX:+DeoptimizeALot
- Closed