-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Unrecognized VM option 'EnableExtendedHCR' from IllegalAccessProtectedMethodTest_0 suite #5393
Comments
@sxa Yes, it was added to
|
Seems reasonable ... looking further the line that's in my log is:
which is not the same as your code which has that new parameter directly after @smlambert recommended re-running with the |
https://github.com/eclipse-openj9/openj9/blob/master/test/functional/IllegalAccessError_for_protected_method/playlist.xml#L27 The OpenJ9 test needs to be split to have a hotspot variant. @LongyuZhang |
The OpenJ9
|
I will split the the test |
eclipse-openj9/openj9#19554 added the option to quite a few tests, I'm not sure how many of them run on hotspot. I'm also wondering if all these tests need to have the option added. There is a bug being fixed via eclipse-openj9/openj9#19710 |
Checked all other tests in |
Seen in adoptium/infrastructure#3598 (comment)
Looks to have been added in #5385
@JasonFengJ9 Is this a J9-specific option?
The text was updated successfully, but these errors were encountered: