RFR: 8302369: Reduce the stack size of the C1 compiler [v4]
SUN Guoyun
duke at openjdk.org
Sat Feb 18 02:12:22 UTC 2023
On Wed, 15 Feb 2023 10:15:56 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> SUN Guoyun has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8302369: Reduce the stack size of the C1 compiler
>
> src/hotspot/share/c1/c1_FrameMap.cpp line 165:
>
>> 163: _num_monitors = monitors;
>> 164: assert(reserved_argument_area_size >= 0, "not set");
>> 165: _reserved_argument_area_size = MAX2(4, reserved_argument_area_size) * BytesPerWord;
>
> This line probably deserves a comment.
Done
-------------
PR: https://git.openjdk.org/jdk/pull/12548
More information about the hotspot-compiler-dev
mailing list