RFR: 8299030: Refactor ReservedSpace::reserve
Albert Mingkun Yang
ayang at openjdk.org
Tue Dec 20 13:57:51 UTC 2022
On Tue, 20 Dec 2022 05:08:40 GMT, David Holmes <dholmes at openjdk.org> wrote:
> In the original code the setting of page_size appears to relate to the comment about falling back, but it would appear that comment is really just about falling through to the case three code - is that right?
I'd say it's both -- we are falling to Case 3 _and_ `page_size` needs to have a suitable value for Case 3.
-------------
PR: https://git.openjdk.org/jdk/pull/11723
More information about the hotspot-runtime-dev
mailing list