[jdk11u-dev] RFR: 8300659: Refactor TestMemoryAwareness to use WhiteBox api for host values

Severin Gehwolf sgehwolf at openjdk.org
Wed Jul 5 16:51:10 UTC 2023


On Wed, 5 Jul 2023 15:56:16 GMT, Lutz Schmidt <lucy at openjdk.org> wrote:

> I backport this for parity with 11.0.21-oracle. 
> Whitebox obviously differs in location between 11 and head. Needed adaptations.
> In all affected files, some chunks did not apply. Manual resolution was straightforward.
> 
> Tests pending.

The import mistake makes the test not compile. Looks good otherwise.

test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java line 43:

> 41: import jdk.test.lib.containers.docker.DockerRunOptions;
> 42: import jdk.test.lib.containers.docker.DockerTestUtils;
> 43: import jdk.test.lib.sun.hotspot.WhiteBox;

Should be:


import sun.hotspot.WhiteBox;

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

Marked as reviewed by sgehwolf (Reviewer).

PR Review: https://git.openjdk.org/jdk11u-dev/pull/2031#pullrequestreview-1514941909
PR Review Comment: https://git.openjdk.org/jdk11u-dev/pull/2031#discussion_r1253374499


More information about the jdk-updates-dev mailing list