JDK-8233753 : [Graal] java.lang.AssertionError: Element 0 is out of order, "com/sun/crypto/provider/AESCrypt.implEncryptBlock([BI[BI)V"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 14
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-11-07
  • Updated: 2023-07-21
  • Resolved: 2023-07-21
Related Reports
Duplicate :  
Description
Failure in JDK 14 CI testing - 
# test - compiler/graalunit/HotspotTest.java
........
There was 1 failure:
1) org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics#test
java.lang.AssertionError: Element 0 is out of order, "com/sun/crypto/provider/AESCrypt.implEncryptBlock([BI[BI)V"
	at org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics.add(CheckGraalIntrinsics.java:164)
	at org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics.<init>(CheckGraalIntrinsics.java:519)
.............
Comments
JDK-8233841 has been pushed. Reclosing as a duplicate.
16-11-2019

Noted and sorry for the inconvenience.
08-11-2019

Please do not close the Graal bugs that depend on the next Graal update. When you push the next Graal update, you can close this bug as a duplicate, but not before. Anyone that is trying to link failures in the CI will see this bug as "Closed" and it won't be obvious that this is the bug tracking the failure mode that they are seeing.
08-11-2019

This is intermittent as it depends on whether the testing machine supports AES intrinsics. It will be resolved in the next Graal update (JDK-8233841).
08-11-2019

This passes for me: make CONF=macosx-x64 run-test TEST="compiler/graalunit/HotSpotTest.java" TEST_VM_OPTS="-server -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI" Please provide me a command line that reproduces the issue.
07-11-2019

Doug, could you please have a look?
07-11-2019