[jdk17u-dev] RFR: 8293503: gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 failed assertGreaterThanOrEqual: expected MMM >= NNN
SendaoYan
syan at openjdk.org
Fri Apr 26 16:09:53 UTC 2024
On Fri, 26 Apr 2024 12:36:06 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Since this is not a clean backport, which part of it is not clean?
@tstuefe Hello
There are two part of it's not clean:
1. Before JDK-[8293503](https://bugs.openjdk.org/browse/JDK-8293503), this file has prefixed PR: `8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests`, it remove jvm option `-XX:+IgnoreUnrecognizedVMOptions`, and split all the test config to 32 bit and 64 bit, because 32bit jvm doesn't support option `-XX:-UseCompressedClassPointers`. Maybe I should backport this patch before backport of JDK-[8293503](https://bugs.openjdk.org/browse/JDK-8293503), or ignore this patch? I think this patch is useful.
2. The original JDK-[8293503](https://bugs.openjdk.org/browse/JDK-8293503) delete `gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 8293503 generic-all` in `test/hotspot/jtreg/ProblemList.txt`. It's not needed to to in jdk17u-dev.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2431#issuecomment-2079682271
More information about the jdk-updates-dev
mailing list