[jdk8u-dev] RFR: 8274563: jfr/event/oldobject/TestClassLoaderLeak.java fails when GC cycles are not happening

Joshua Cao duke at openjdk.org
Wed Sep 21 06:14:42 UTC 2022


Not a clean backport. This change does not need to remove this line because it does not exist:


* @requires vm.gc != "Serial"


passing tests on my local machine. I've seen reports that max heap size needs to be decreased further for more consistent tests on other machines, so we should also backport https://bugs.openjdk.org/browse/JDK-8293828 after this.

-------------

Commit messages:
 - 8274563: jfr/event/oldobject/TestClassLoaderLeak.java fails when GC cycles are not happening

Changes: https://git.openjdk.org/jdk8u-dev/pull/120/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=120&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8274563
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/120.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/120/head:pull/120

PR: https://git.openjdk.org/jdk8u-dev/pull/120


More information about the jdk8u-dev mailing list