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

TestHumongousCodeCacheRoots should be excluded on aix #5247

Open
pmikova opened this issue Apr 19, 2024 · 1 comment
Open

TestHumongousCodeCacheRoots should be excluded on aix #5247

pmikova opened this issue Apr 19, 2024 · 1 comment

Comments

@pmikova
Copy link

pmikova commented Apr 19, 2024

Hi,

during AQA triage, I found a failing test TestHumongousCodeCacheRoots
(for more context see)
#5233 (comment)

Looks like the test is looking for a missing VM opt, which is not present on this architecture.

[2024-04-17T12:42:33.421Z] STDERR:
[2024-04-17T12:42:33.421Z]  stdout: [];
[2024-04-17T12:42:33.421Z]  stderr: [Unrecognized option: -client
[2024-04-17T12:42:33.421Z] Error: Could not create the Java Virtual Machine.
[2024-04-17T12:42:33.421Z] Error: A fatal exception has occurred. Program will exit.
[2024-04-17T12:42:33.421Z] ] 

The test should have been excluded as a part of:
#2800

Specifically:
#2818

Thank you!


Test case code is here https://github.com/adoptium/jdk8u/blob/master/hotspot/test/gc/g1/TestHumongousCodeCacheRoots.java

Test runs in -server and -client mode. We can check if it ran and passed in -server mode as it may help to know if the upstream testcase can/should be adjusted to better support certain platforms.

@zzambers
Copy link
Contributor

zzambers commented May 6, 2024

Actually this looks like adept for backport to 8u, see JDK-8068026.

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

No branches or pull requests

2 participants