[jdk11u-dev] RFR: 8283420: [AOT] Exclude TrackedFlagTest/NotTrackedFlagTest in 11u because of intermittent java.lang.AssertionError: duplicate classes for name Ljava/lang/Boolean;
Christoph Langer
clanger at openjdk.java.net
Sat Mar 19 22:49:41 UTC 2022
We see intermittent errors in our CI systems, like here:
https://ci.sapmachine.io/job/build-11-pr-validation-linux_x86_64/61/
https://ci.sapmachine.io/job/build-11-pr-validation-linux_x86_64/53/
The issue would only be fixed with a Graal update (https://bugs.openjdk.java.net/browse/JDK-8215224 from OpenJDK 12) which is probably not going to happen in OpenJDK 11u.
So we shall exclude these two tests to reduce noise in CI systems.
-------------
Commit messages:
- JDK-8283420
Changes: https://git.openjdk.java.net/jdk11u-dev/pull/923/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=923&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8283420
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/923.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/923/head:pull/923
PR: https://git.openjdk.java.net/jdk11u-dev/pull/923
More information about the jdk-updates-dev
mailing list