-
Bug
-
Resolution: Fixed
-
P3
-
hs11, hs14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177275 | 7 | Erik Trimble | P3 | Closed | Fixed | b39 |
JDK-2185648 | 6u14 | David Cox | P3 | Resolved | Fixed | b01 |
The crash is reproduced starting from hs11-b08 (jdk7b22)
hs11-b08:
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/type.hpp:958), pid=14680, tid=1083214144
# Error: assert(_base == Int,"Not an Int")
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b08-fastdebug compiled mode linux-amd64)
hs13-b02:
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt-jprtadm/temp/P1/B/224246.rasbold/source/src/share/vm/opto/type.hpp:1035), pid=14739, tid=1084266816
# Error: assert(_base == Int,"Not an Int")
#
# Java VM: OpenJDK 64-Bit Server VM (13.0-b02-2008-06-03-224246.rasbold.hs-merge-fastdebug compiled mode linux-amd64 compressed oops)
The problem seems to be different than reported in 6646015 (fixed in hs13-b01).
The tests fail the same way but test case from 6646015 doesn't fail anymore,
new testcase continues to fail with latest hs13-b02 as well.
So, it seems to be the different problem.
- backported by
-
JDK-2185648 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int")
- Resolved
-
JDK-2177275 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int")
- Closed
- duplicates
-
JDK-6756778 Segmentation fault with C2
- Closed
-
JDK-6597109 "live value must not be garbage" assertion failure
- Closed
-
JDK-6712880 64bit server jvm fails with assertion "return value must be well defined"
- Closed
- relates to
-
JDK-6589186 20070719212032.jrose.6337834 putback produces amd64 jvmg error: Bad immediate dominator info
- Closed
-
JDK-6799693 Server compiler leads to data corruption when expression throws an Exception
- Closed