-
Bug
-
Resolution: Fixed
-
P3
-
hs18
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2190665 | 7 | Christian Thalinger | P3 | Closed | Fixed | b87 |
JDK-2197981 | 6u23 | Christian Thalinger | P3 | Resolved | Fixed | b01 |
JDK-2199931 | 6u22m | Christian Thalinger | P3 | Resolved | Fixed | b01 |
JDK-2193582 | 6u21p | Christian Thalinger | P3 | Resolved | Fixed | b03 |
Changing the nextArg value of MethodHandlesTest to be bigger than Integer.MAX_VALUE to actually test long arguments reveals a bug on x86_64:
$ /java/re/jdk/7/promoted/latest/binaries/solaris-x64/bin/amd64/java -showversion -Xint -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodHandles -classpath /java/devtools/share/junit/latest/junit.jar:. org.junit.runner.JUnitCore MethodHandlesTest
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b85)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b10, interpreted mode)
JUnit version 4.4
Java HotSpot(TM) 64-Bit Server VM warning: JSR 292 invokedynamic is disabled in this JVM. Use -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic to enable.
.IIIIII.assertCalled s3:
expected: [s3, [1000000000003]]
actual: [s3, [-2749506449405]]
ex. types: [s3, [Long]]
act. types: [s3, [Long]]
E....I......Segmentation Fault
$ /java/re/jdk/7/promoted/latest/binaries/solaris-x64/bin/amd64/java -showversion -Xint -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodHandles -classpath /java/devtools/share/junit/latest/junit.jar:. org.junit.runner.JUnitCore MethodHandlesTest
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b85)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b10, interpreted mode)
JUnit version 4.4
Java HotSpot(TM) 64-Bit Server VM warning: JSR 292 invokedynamic is disabled in this JVM. Use -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic to enable.
.IIIIII.assertCalled s3:
expected: [s3, [1000000000003]]
actual: [s3, [-2749506449405]]
ex. types: [s3, [Long]]
act. types: [s3, [Long]]
E....I......Segmentation Fault
- backported by
-
JDK-2193582 JSR 292 modified JDK MethodHandlesTest fails on x86_64
-
- Resolved
-
-
JDK-2197981 JSR 292 modified JDK MethodHandlesTest fails on x86_64
-
- Resolved
-
-
JDK-2199931 JSR 292 modified JDK MethodHandlesTest fails on x86_64
-
- Resolved
-
-
JDK-2190665 JSR 292 modified JDK MethodHandlesTest fails on x86_64
-
- Closed
-