Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdk8 win 32-bit functional -Xnocompressedrefs causing JVM to fail #11187

Closed
pshipton opened this issue Nov 14, 2020 · 3 comments · Fixed by ibmruntimes/openj9-openjdk-jdk8#459

Comments

@pshipton
Copy link
Member

pshipton commented Nov 14, 2020

https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly/543/
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_extended.functional_x86-32_windows_Nightly/544/
Example failure. 52 tests failed in sanity.functional
Previous to this build -Xnocompressedrefs was an accepted option for 32-bit, the options being used to run the tests haven't changed.

===============================================
Running test cmdLineTester_GCRegressionTests_0 ...
===============================================
cmdLineTester_GCRegressionTests_0 Start Time: Fri Nov 13 21:32:23 2020 Epoch Time (ms): 1605324743049
variation: Mode110
JVM_OPTIONS:  -Xjit -Xgcpolicy:gencon -Xnocompressedrefs 

[2020-11-14T03:32:24.342Z] "F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdkbinary/j2sdk-image\\bin\\java"  -Xjit -Xgcpolicy:gencon -Xnocompressedrefs  -DTESTSJARPATH="F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdk-tests///..//jvmtest\\functional\\cmdLineTests\\gcRegressionTests\\gcRegressionTests.jar" -DRESJAR="F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdk-tests///..//jvmtest\\functional\\cmdline_options_testresources\\cmdlinetestresources.jar" \
[2020-11-14T03:32:24.342Z] 	-DEXE='"F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdkbinary/j2sdk-image\\bin\\java"  -Xjit -Xgcpolicy:gencon -Xnocompressedrefs ' -Xint -jar "F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdk-tests///..//jvmtest\\functional\\cmdline_options_tester\\cmdlinetester.jar" -config "F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdk-tests///..//jvmtest\\functional\\cmdLineTests\\gcRegressionTests\\gcRegressionTests.xml" \
[2020-11-14T03:32:24.342Z] 	-verbose -explainExcludes -xids all,win_x86-32, -plats all,win_x86-32, -xlist "F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdk-tests///..//jvmtest\\functional\\cmdLineTests\\gcRegressionTests\\gcRegressionTests_excludes.xml" -nonZeroExitWhenError; \
[2020-11-14T03:32:24.342Z] 	if [ $? -eq 0 ] ; then echo ""; echo "cmdLineTester_GCRegressionTests_0""_PASSED"; echo ""; cd F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdk-tests/;  else echo ""; echo "cmdLineTester_GCRegressionTests_0""_FAILED"; echo ""; fi; } 2>&1 | tee -a "F:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_Nightly_testList_1/openjdk-tests/\\TKG\\test_output_16053246489617\\TestTargetResult";

Selected VM [default] by option -Xnocompressedrefs does not exist.
This JVM package only includes the '-Xcompressedrefs' configuration. Please run the VM without specifying the '-Xnocompressedrefs' option or by specifying the '-Xcompressedrefs' option.
To compile the other configuration, please run configure with '--with-noncompressedrefs.

cmdLineTester_GCRegressionTests_0_FAILED
@pshipton
Copy link
Member Author

The OpenJ9 changes 7cf2cc9...d482273

Not immediately obvious what change caused this. I'm thinking #11153. I'll revert it in my fork and run testing.

@pshipton
Copy link
Member Author

pshipton commented Nov 14, 2020

Actually ibmruntimes/openj9-openjdk-jdk8@04fa704...25115ed
ibmruntimes/openj9-openjdk-jdk8#458 changed as well, which seems like the culprit.
@sharon-wang @keithc-ca

@sharon-wang
Copy link
Contributor

@pshipton I've opened ibmruntimes/openj9-openjdk-jdk8#459 with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants