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

openjdk ClassLoader/deadlock/DelegateTest Command-line option unrecognised: -Xlog:class+load #10898

Closed
pshipton opened this issue Oct 15, 2020 · 3 comments

Comments

@pshipton
Copy link
Member

Fails across all platforms. It's caused by #10873 which stopped processing of -Xlog options. The previous behavior was a warning JVMJ9VM085W Malformed option: '-Xlog:class+load'

https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_sanity.openjdk_ppc64_aix_Nightly/181
java/lang/ClassLoader/deadlock/DelegateTest.java

JVMJ9VM007E Command-line option unrecognised: -Xlog:class+load
@pshipton
Copy link
Member Author

pshipton commented Oct 15, 2020

I have another change in progress to process some -Xlog options compatibly with Hotspot, which may result in fixing this OpenJDK failure. I'll open a PR to exclude the openjdk test until it can pass again.

pshipton added a commit to pshipton/openjdk-tests that referenced this issue Oct 15, 2020
java/lang/ClassLoader/deadlock/DelegateTest.java is using a -Xlog option
which isn't understood by OpenJ9, resulting in a error to start the JVM.
Previous to eclipse-openj9/openj9#10873 the option
caused a warning, but now it causes an error.

A future change may turn it back into a warning, however for now the
test needs to be excluded as it's failing across all platforms.

Issue eclipse-openj9/openj9#10898

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@pshipton
Copy link
Member Author

Created adoptium/aqa-tests#2020

@pshipton pshipton added this to To do in JTReg failures via automation Oct 15, 2020
llxia pushed a commit to adoptium/aqa-tests that referenced this issue Oct 15, 2020
…2020)

java/lang/ClassLoader/deadlock/DelegateTest.java is using a -Xlog option
which isn't understood by OpenJ9, resulting in a error to start the JVM.
Previous to eclipse-openj9/openj9#10873 the option
caused a warning, but now it causes an error.

A future change may turn it back into a warning, however for now the
test needs to be excluded as it's failing across all platforms.

Issue eclipse-openj9/openj9#10898

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@pshipton
Copy link
Member Author

Created adoptium/aqa-tests#2054 to re-include the tests. Since #11082 is merged the test can pass again.

JTReg failures automation moved this from To do to Done Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant