-
Bug
-
Resolution: Fixed
-
P4
-
8u40, 9
-
b32
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084342 | emb-9 | Vladimir Ivanov | P4 | Resolved | Fixed | team |
JDK-8063874 | 8u45 | Vladimir Ivanov | P4 | Resolved | Fixed | b01 |
JDK-8058640 | 8u40 | Vladimir Ivanov | P4 | Resolved | Fixed | b08 |
JDK-8070142 | emb-8u47 | Vladimir Ivanov | P4 | Resolved | Fixed | team |
new tests for LFC (JDK-8057719) fail due to:
Tested LF caching feature with MethodHandles.permuteArguments method.
java.lang.ArrayIndexOutOfBoundsException: -1
at java.lang.invoke.MethodHandles.permuteArguments(MethodHandles.java:2119)
at TestMethods$7.getMH(TestMethods.java:271)
at TestMethods.getTestCaseMH(TestMethods.java:541)
at LFSingleThreadCachingTest.doTest(LFSingleThreadCachingTest.java:62)
at LambdaFormTestCase.runTests(LambdaFormTestCase.java:98)
at LFSingleThreadCachingTest.main(LFSingleThreadCachingTest.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
FAILED
test:
java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java
options to reproduce:
-Dseed=9052482610753944656
-DtestLimit=2000
-Djava.lang.invoke.MethodHandle.USE_LF_EDITOR=true
Tested LF caching feature with MethodHandles.permuteArguments method.
java.lang.ArrayIndexOutOfBoundsException: -1
at java.lang.invoke.MethodHandles.permuteArguments(MethodHandles.java:2119)
at TestMethods$7.getMH(TestMethods.java:271)
at TestMethods.getTestCaseMH(TestMethods.java:541)
at LFSingleThreadCachingTest.doTest(LFSingleThreadCachingTest.java:62)
at LambdaFormTestCase.runTests(LambdaFormTestCase.java:98)
at LFSingleThreadCachingTest.main(LFSingleThreadCachingTest.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
FAILED
test:
java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java
options to reproduce:
-Dseed=9052482610753944656
-DtestLimit=2000
-Djava.lang.invoke.MethodHandle.USE_LF_EDITOR=true
- backported by
-
JDK-8058640 Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
-
- Resolved
-
-
JDK-8063874 Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
-
- Resolved
-
-
JDK-8070142 Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
-
- Resolved
-
-
JDK-8084342 Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
-
- Resolved
-