-
-
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
jdk16 extended.perf renaissance-als_0 java.lang.reflect.InaccessibleObjectException #2253
Comments
Same failure with targets:
|
Can we exclude these failing tests please? |
@llxia just wondering if the auto exclude applies to this failure or a PR required to be opened manually instead? |
yes, we can use auto exclude for this. |
auto exclude test renaissance-als ver=16+ |
- related: #2253 (comment) Signed-off-by: GitHub <noreply@github.com>
- related: #2253 (comment) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: llxia <llxia@users.noreply.github.com>
All these benchmarks do not run on jdk16:
|
Before excluding all, can someone try to put some -add-opens statements on the commandline (which is what the error suggests to do) to see if that is all that is required to have them run successfully? |
These failures are related to https://openjdk.java.net/jeps/396, where --illegal-access option shifted from permit (in jdk9 through jdk15) to deny (in jdk16+). |
@smlambert I don't think that's it. After fixing those errors I'm getting this:
|
@patkarns, yes its fantastic, fails in a new way (so resolved the first issue)... ("Second rule of fight club, once you knock down the first opponent, a new one steps up" - Shelley Lambert) I ran sanity.perf here: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder_Perf/37/ We can report results of test targets affected by this issue when those Grinders complete: |
|
Close in favour of #2500 |
jdk16 extended.perf test target
renaissance-als_0
fails withjava.lang.reflect.InaccessibleObjectException
Looks like the benchmark is trying to access a module which is no longer available.
The test fails in the same way on both hotspot and openj9 builds.
Test output:
To rerun: https://ci.adoptopenjdk.net/job/Grinder/parambuild/?JDK_VERSION=16&JDK_IMPL=hotspot&JDK_VENDOR=adoptopenjdk&BUILD_LIST=perf&PLATFORM=x86-64_windows&TARGET=renaissance-als_0
The text was updated successfully, but these errors were encountered: