RFR: 8318817: Could not reserve enough space in CodeHeap 'profiled nmethods' (0K) [v2]
Daniel Lundén
duke at openjdk.org
Mon Oct 30 15:40:11 UTC 2023
On Mon, 30 Oct 2023 15:21:27 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Daniel Lundén has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unnecessary flag
>
> test/hotspot/jtreg/compiler/arguments/TestC1Globals.java line 46:
>
>> 44: *
>> 45: * @run main/othervm -XX:NMethodSizeLimit=351658240
>> 46: * -XX:+UseLargePages
>
> `-XX:+UseTransparentHugePages` implies `-XX:+UseLargePages`, so you can remove the latter.
Thanks, fixed
> test/hotspot/jtreg/compiler/arguments/TestC1Globals.java line 51:
>
>> 49: *
>> 50: * @run main/othervm -XX:NMethodSizeLimit=224001703
>> 51: * -XX:+UseLargePages
>
> Same here.
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16373#discussion_r1376426515
PR Review Comment: https://git.openjdk.org/jdk/pull/16373#discussion_r1376426671
More information about the hotspot-compiler-dev
mailing list