RFR: 8318817: Could not reserve enough space in CodeHeap 'profiled nmethods' (0K) [v4]

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Wed Nov 1 07:15:02 UTC 2023


On Tue, 31 Oct 2023 17:44:35 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Windows: ps == os::vm_page_size < alloc granularity
> Everyone else: ps == os::vm_page_size == alloc granularity

For Linux using `-XX:+UseTransparentHugePages` and Windows using `-XX:+UseLargePages`, I see `ps > os::vm_page_size()` and `ps > os::vm_allocation_granularity()`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16373#discussion_r1378462445


More information about the hotspot-compiler-dev mailing list