RFR: 8280761: UseCompressedOops should be set after limit_heap_by_allocatable_memory
David Holmes
dholmes at openjdk.java.net
Tue Mar 29 07:06:38 UTC 2022
On Thu, 24 Mar 2022 06:52:34 GMT, KIRIYAMA Takuya <duke at openjdk.java.net> wrote:
> I fixed to set UseCompressedOops flag after limit_heap_by_allocatable_memory().
> So when ulimit -v is called and -XX:MaxRAM is set, UseCompressedOops does not become false.
> And all hotspot tier1 test are passed.
> Would you please review this fix?
I cc'd hotspot-gc as they should probably be the ones to look at this for you.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7938
More information about the hotspot-gc-dev
mailing list