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

Tests doesn't work for AIX #2818

Closed
sophia-guo opened this issue Aug 12, 2021 · 0 comments · Fixed by #2800
Closed

Tests doesn't work for AIX #2818

sophia-guo opened this issue Aug 12, 2021 · 0 comments · Fixed by #2800
Labels
aix JBS issue need to report to JBS or reopen the issue in JBS

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented Aug 12, 2021

JDK8:
runtime/7110720/Test7110720.sh.Test7110720
compiler/6894807/IsInstanceTest.java.IsInstanceTest

doesn't work for AIX
https://github.com/adoptium/jdk8u/blob/master/hotspot/test/compiler/6894807/Test6894807.sh#L23-L43
https://github.com/adoptium/jdk8u/blob/master/hotspot/test/runtime/7110720/Test7110720.sh#L30-L59

Need to exclude, or need to update upstream testcase.

compiler/8004051/Test8004051.java
gc/g1/TestHumongousCodeCacheRoots.java.TestHumongousCodeCacheRoots:

Both tests use -client option. * @run main/othervm -Xcomp -client Test8004051 https://github.com/adoptium/jdk8u/blob/master/hotspot/test/compiler/8004051/Test8004051.java#L31

runTest("-client", baseArguments); , https://github.com/adoptium/jdk8u/blob/master/hotspot/test/gc/g1/TestHumongousCodeCacheRoots.java#L139

Looks like AIX JDK8 doesn't support this option and tests got error:

18:57:04  Unrecognized option: -client
18:57:04  Error: Could not create the Java Virtual Machine.
18:57:04  Error: A fatal exception has occurred. Program will exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aix JBS issue need to report to JBS or reopen the issue in JBS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant