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)