Tobi
Tobi
@fengxue-IS please take a look
The -Xint failure is fixed with https://github.com/eclipse-openj9/openj9/pull/15824 @IBMJimmyk can you try this again with the latest changes
@IBMJimmyk if you disable the compilation of that method does the issue still occur?
Do we know if this has failed with `-XX:-GlobalLockReservation` ?
After taking a closer look at the issue, I believe it has nothing to do with globalLockReservation. Given the intermittent nature of the failure, it may be a file system...
``` 19:10:31 Testing: Create CRIU checkpoint image and restore three times - testSystemNanoTimeJitPreCheckpointCompile 19:10:31 Test start time: 2022/08/08 19:10:31 Eastern Standard Time 19:10:31 Running command: bash /home/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_linux_criu_Personal_testList_1/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/criu/criuScript.sh /home/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_linux_criu_Personal_testList_1/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/criu /home/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_linux_criu_Personal_testList_1/openjdkbinary/j2sdk-image/bin/java "...
> allocateVMThread/deallocateVMThread? That seems like the correct spot
@gacholio any more comments?
jenkins test sanity win jdk19
FYI @keithc-ca