RFR: 8324817: Parallel GC does not pre-touch all heap pages when AlwaysPreTouch enabled and large page disabled [v6]
Wang Zhuo
wzhuo at openjdk.org
Fri Feb 2 09:21:16 UTC 2024
On Fri, 2 Feb 2024 07:27:17 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 as review comment
>
> test/hotspot/jtreg/gc/parallel/TestAlwaysPreTouchBehavior.java line 54:
>
>> 52: public static long getProcessRssInKb() throws IOException {
>> 53: String pid = ManagementFactory.getRuntimeMXBean().getName().split("@")[0];
>> 54: // Read RSS from /proc/$pid/status. Only avaiable on Linux
>
> Suggestion:
>
> // Read RSS from /proc/$pid/status. Only available on Linux.
Of course. Typo fixed, thanks
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17610#discussion_r1475777198
More information about the hotspot-gc-dev
mailing list