-
Bug
-
Resolution: Fixed
-
P2
-
hs20
-
b02
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2201436 | 7 | Christian Thalinger | P2 | Closed | Fixed | b115 |
JDK-2205741 | 6u25 | Christian Thalinger | P2 | Resolved | Fixed | b01 |
$ gamma -Xcomp -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodHandles -XX:+EnableInvokeDynamic -cp /usr/share/java/junit4.jar:. org.junit.runner.JUnitCore test.java.dyn.MethodHandlesTest
VM option '+UnlockExperimentalVMOptions'
VM option '+EnableMethodHandles'
VM option '+EnableInvokeDynamic'
JUnit version 4.8.1
.IIIIII.# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/ciTypeFlow.cpp:1948
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/twisti/hotspot-comp/hotspot/src/share/vm/ci/ciTypeFlow.cpp:1948), pid=6371, tid=139786819286800
# assert(start_bci() >= 0 && start_bci() < code_size()) failed: correct osr_bci argument
#
# JRE version: 7.0
# Java VM: OpenJDK 64-Bit Server VM (19.0-b06-internal-jvmg compiled mode linux-amd64 )
# An error report file with more information is saved as:
# /home/twisti/jdk7/jdk7/jdk/hs_err_pid6371.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 139786819286800
Dumping core ...
Aborted
VM option '+UnlockExperimentalVMOptions'
VM option '+EnableMethodHandles'
VM option '+EnableInvokeDynamic'
JUnit version 4.8.1
.IIIIII.# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/ciTypeFlow.cpp:1948
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/twisti/hotspot-comp/hotspot/src/share/vm/ci/ciTypeFlow.cpp:1948), pid=6371, tid=139786819286800
# assert(start_bci() >= 0 && start_bci() < code_size()) failed: correct osr_bci argument
#
# JRE version: 7.0
# Java VM: OpenJDK 64-Bit Server VM (19.0-b06-internal-jvmg compiled mode linux-amd64 )
# An error report file with more information is saved as:
# /home/twisti/jdk7/jdk7/jdk/hs_err_pid6371.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 139786819286800
Dumping core ...
Aborted
- backported by
-
JDK-2205741 JSR 292 assert(start_bci() >= 0 && start_bci() < code_size()) failed: correct osr_bci argument
-
- Resolved
-
-
JDK-2201436 JSR 292 assert(start_bci() >= 0 && start_bci() < code_size()) failed: correct osr_bci argument
-
- Closed
-