RFR: JDK-8294266: Add a way to pre-touch java thread stacks

Thomas Stuefe stuefe at openjdk.org
Fri Sep 23 14:10:58 UTC 2022


On Fri, 23 Sep 2022 11:52:15 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Drive-by comment: there is `os::pretouch_memory(void* start, void* end, size_t page_size)` ;)

Good point. Had to cast the volatile away though.

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

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


More information about the hotspot-dev mailing list