-
Bug
-
Resolution: Fixed
-
P2
-
18, 19, repo-loom
-
b17
-
b20
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8286494 | 18u-cpu | Smita Kamath | P2 | Resolved | Fixed | master |
JDK-8286255 | 18.0.2 | Smita Kamath | P2 | Closed | Fixed | b06 |
This test fails intermittently in the loom repo when running with the wrapper on debug builds with -Xcomp. Maybe x64 only.
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Ciphertext mismatch (DIRECT): result (len=12357):
at GCMBufferTest.crypto(GCMBufferTest.java:500)
at GCMBufferTest.encrypt(GCMBufferTest.java:311)
at GCMBufferTest.test(GCMBufferTest.java:289)
at GCMBufferTest.main(GCMBufferTest.java:659)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:327)
at java.base/java.lang.VirtualThread.run(VirtualThread.java:271)
at java.base/java.lang.VirtualThread$VThreadContinuation.lambda$new$0(VirtualThread.java:156)
at java.base/jdk.internal.vm.Continuation.enter0(Continuation.java:358)
at java.base/jdk.internal.vm.Continuation.enter(Continuation.java:351)
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Ciphertext mismatch (DIRECT): result (len=12357):
at GCMBufferTest.crypto(GCMBufferTest.java:500)
at GCMBufferTest.encrypt(GCMBufferTest.java:311)
at GCMBufferTest.test(GCMBufferTest.java:289)
at GCMBufferTest.main(GCMBufferTest.java:659)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:327)
at java.base/java.lang.VirtualThread.run(VirtualThread.java:271)
at java.base/java.lang.VirtualThread$VThreadContinuation.lambda$new$0(VirtualThread.java:156)
at java.base/jdk.internal.vm.Continuation.enter0(Continuation.java:358)
at java.base/jdk.internal.vm.Continuation.enter(Continuation.java:351)
- backported by
-
JDK-8286494 com/sun/crypto/provider/Cipher/AEAD/GCMBufferTest.java failing with -Xcomp after 8273297
-
- Resolved
-
-
JDK-8286255 com/sun/crypto/provider/Cipher/AEAD/GCMBufferTest.java failing with -Xcomp after 8273297
-
- Closed
-
- relates to
-
JDK-8273297 AES/GCM non-AVX512+VAES CPUs suffer after 8267125
-
- Resolved
-
- links to
-
Commit openjdk/jdk18u/431e502e
-
Commit openjdk/jdk/3416bfa2
-
Review openjdk/jdk18u/120
-
Review openjdk/jdk/8280
(2 links to)