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

Lutz Schmidt lucy at openjdk.org
Wed Jul 5 18:32:06 UTC 2023


On Wed, 5 Jul 2023 16:45:21 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> Lutz Schmidt has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   JDK-8300659 Fix erroneous import stmt
>
> 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;

Thank you for approving this PR, @jerboaa 
And thank you for pointing me to the error. I was in a hurry to make the SAP nightmare deadline. 
Learning? If you can't make it with diligence, don't do it. As always. 
import stmt is fixed.

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

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


More information about the jdk-updates-dev mailing list