-
Bug
-
Resolution: Fixed
-
P2
-
hs14
-
b09
-
x86
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2170543 | 7 | Y. Ramakrishna | P2 | Resolved | Fixed | b42 |
JDK-2172853 | 6u14 | Y. Ramakrishna | P3 | Resolved | Fixed | b01 |
"-XX:+UseConcMarkSweepGC -XX:+UseCompressedOops" leads product jvm to fail with SIGSEGV
and fastdebug jvm to fail with following assertion:
# Internal Error (/BUILD_AREA/jdk7.0/hotspot/src/share/vm/oops/oop.inline.hpp:150), pid=29365, tid=3
# Error: assert(!is_null(v),"oop value can never be zero")
and fastdebug jvm to fail with following assertion:
# Internal Error (/BUILD_AREA/jdk7.0/hotspot/src/share/vm/oops/oop.inline.hpp:150), pid=29365, tid=3
# Error: assert(!is_null(v),"oop value can never be zero")
- backported by
-
JDK-2170543 SIGSEGV or (!is_null(v),"oop value can never be zero") assertion when running with CMS and COOPs
- Resolved
-
JDK-2172853 SIGSEGV or (!is_null(v),"oop value can never be zero") assertion when running with CMS and COOPs
- Resolved
- relates to
-
JDK-6819891 ParNew: Fix work queue overflow code to deal correctly with +UseCompressedOops
- Closed