[jdk13u-dev] Integrated: 8261483: jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java failed with "AssertionError: Should have GCd a method handle by now"
Attila Szegedi
attila at openjdk.java.net
Fri Mar 5 16:06:02 UTC 2021
On Thu, 4 Mar 2021 12:58:20 GMT, Attila Szegedi <attila at openjdk.org> wrote:
> Backporting this to eliminate flakiness of tests. This backport differs in the following ways from the original issue:
> * There's no changes to `test/jdk/ProblemList.txt` since the flaky tests were never put on the problem list in this repo.
> * Tests with Shenandoah also contain the `-XX:+UnlockExperimentalVMOptions` JVM flag which is still necessary with JDK 13.
> * Added the `vm.gc.Serial`, `vm.gc.Parallel`, and `vm.gc.G1` properties to `test/jdk/TEST.ROOT` (in addition to already existing `vm.gc.Z` and `vm.gc.Shenandoah`.) It seems it's the right call to add them, it might help further backported tests in the future.
This pull request has now been integrated.
Changeset: 71ed1cd8
Author: Attila Szegedi <attila at openjdk.org>
URL: https://git.openjdk.java.net/jdk13u-dev/commit/71ed1cd8
Stats: 95 lines in 3 files changed: 74 ins; 8 del; 13 mod
8261483: jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java failed with "AssertionError: Should have GCd a method handle by now"
Reviewed-by: yan
Backport-of: d185a6c53e2a1dbf7aca47c431baa8df6ee1ca8b
-------------
PR: https://git.openjdk.java.net/jdk13u-dev/pull/136
More information about the jdk-updates-dev
mailing list