RFR: 8324817: Parallel GC does not pre-touch all heap pages when AlwaysPreTouch enabled and large page disabled [v5]
Wang Zhuo
wzhuo at openjdk.org
Fri Feb 2 03:37:22 UTC 2024
On Thu, 1 Feb 2024 11:37:58 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Wang Zhuo has updated the pull request incrementally with one additional commit since the last revision:
>>
>> update test
>
> test/hotspot/jtreg/gc/parallel/TestAlwaysPreTouchBehavior.java line 76:
>
>> 74: long committedMemory = runtime.totalMemory() / 1024; // in kb
>> 75: try {
>> 76: rss = getProcessRssInKb();
>
> Inconsistent indentation compared to other indentation - this is 3 spaces, the file uses 4 spaces otherwise.
Inconsistent issue fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17610#discussion_r1475480005
More information about the hotspot-gc-dev
mailing list