Integrated: 8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java fails

Aleksey Shipilev shade at openjdk.org
Mon Aug 21 09:04:36 UTC 2023


On Thu, 17 Aug 2023 10:11:58 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Current test expects `G1HeapRegionSize` flag to be printed out from jmap. But that one is not printed when Shenandoah is enabled. I opted for the minimally intrusive fix: move the additional Shenandoah printout to the Shenandoah-specific block.
> 
> Additional testing:
>  - [x] Affected test now passes with Shenandoah, continues to pass with G1, Serial, Parallel
>  - [x] `sun/tools/jhsdb` passes with {Serial, Parallel, G1, Shenandoah}
>  - [x] `serviceability/sa` passes with {Serial, Parallel, G1, Shenandoah}

This pull request has now been integrated.

Changeset: 812f475b
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/812f475bc4ea84225e8bbb0b5a677eed0af864dd
Stats:     7 lines in 2 files changed: 1 ins; 3 del; 3 mod

8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java fails

Reviewed-by: cjplummer, sspitsyn

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

PR: https://git.openjdk.org/jdk/pull/15328


More information about the hotspot-gc-dev mailing list