-
Bug
-
Resolution: Fixed
-
P2
-
hs12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2171031 | 7 | Vladimir Kozlov | P2 | Closed | Fixed | b43 |
JDK-2172868 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
Regression introduced by changes for 6782820.
% gamma -XX:+UseCompressedOops -Xcomp t
VM option '+UseCompressedOops'
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/compile.cpp:2195
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (6782820/src/share/vm/opto/compile.cpp:2195), pid=1056, tid=29
# Error: assert(n->in(0) == 0L,"no control except on sparc")
#
% gamma -XX:+UseCompressedOops -Xcomp t
VM option '+UseCompressedOops'
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/compile.cpp:2195
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (6782820/src/share/vm/opto/compile.cpp:2195), pid=1056, tid=29
# Error: assert(n->in(0) == 0L,"no control except on sparc")
#
- backported by
-
JDK-2172868 assert(n->in(0) == 0L,"no control") with UseCompressedOops on sparcv9
-
- Resolved
-
-
JDK-2171031 assert(n->in(0) == 0L,"no control") with UseCompressedOops on sparcv9
-
- Closed
-
- relates to
-
JDK-6782820 Server VM fails with "unhandled implicit exception in compiled code" assertion
-
- Closed
-