[jdk11u-dev] RFR: 8274523: java/lang/management/MemoryMXBean/MemoryTest.java test should handle Shenandoah
Goetz Lindenmaier
goetz at openjdk.java.net
Mon Dec 6 13:48:13 UTC 2021
On Mon, 8 Nov 2021 10:25:58 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Unclean backport to improve Shenandoah test. The uncleanliness is due to test block missing for Z (added later by JDK-8240679). I just dropped the `@requires vm.gc != Z` clause from one of the blocks.
>
> Additional testing:
> - [x] Linux x86_64 fastdebug test now passes with Shenandoah
Marked as reviewed by goetz (Reviewer).
LGTM
I had a look at JDK-8240679, but that includes a fix to zGC, so backporting it as prerequisite is not advisable.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/603
More information about the jdk-updates-dev
mailing list