The following tests fail with "java.lang.RuntimeException: Crash JVM exits gracefully: expected 0 to not equal 0" when running with the fix for JDK-6824466 [1] that replaces the core reflection implementation to use method handles.
compiler/ciReplay/TestVMNoCompLevel.java
compiler/ciReplay/TestServerVM.java
Need help from the VM compiler team to investigate if this is a JIT compiler issue or due to the core reflection change. Thanks.
[1] https://github.com/mlchung/jdk/tree/reimplement-method-invoke