-
Bug
-
Resolution: Fixed
-
P3
-
hs21
-
b15
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2212458 | 8 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2210337 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b143 |
JDK-2212460 | hs22 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JSR 292 tests are failing with:
Java HotSpot(TM) 64-Bit Server VM warning: JSR 292 method handle code is mismatched to this JVM. Disabling support.
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/interpreterRuntime.cpp:144
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (.../source/src/share/vm/interpreter/interpreterRuntime.cpp:144), pid=28478, tid=140602251757904
# assert(result == cpce->f1()) failed: expected result for assembly code
#
# JRE version: 7.0-b142
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b13-internal-...-fastdebug compiled mode linux-amd64 )
Java HotSpot(TM) 64-Bit Server VM warning: JSR 292 method handle code is mismatched to this JVM. Disabling support.
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/interpreterRuntime.cpp:144
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (.../source/src/share/vm/interpreter/interpreterRuntime.cpp:144), pid=28478, tid=140602251757904
# assert(result == cpce->f1()) failed: expected result for assembly code
#
# JRE version: 7.0-b142
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b13-internal-...-fastdebug compiled mode linux-amd64 )
- backported by
-
JDK-2212458 JSR 292 assert(result == cpce->f1()) failed: expected result for assembly code
- Resolved
-
JDK-2212460 JSR 292 assert(result == cpce->f1()) failed: expected result for assembly code
- Resolved
-
JDK-2210337 JSR 292 assert(result == cpce->f1()) failed: expected result for assembly code
- Closed