RFR: 8280761: UseCompressedOops should be set after limit_heap_by_allocatable_memory [v4]
KIRIYAMA Takuya
duke at openjdk.java.net
Tue Apr 12 06:50:32 UTC 2022
> 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?
KIRIYAMA Takuya has updated the pull request incrementally with one additional commit since the last revision:
8280761 UseCompressedOops should be set after limit_heap_by_allocatable_memory
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7938/files
- new: https://git.openjdk.java.net/jdk/pull/7938/files/148d0fd6..486aa9ef
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7938&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7938&range=02-03
Stats: 12 lines in 1 file changed: 0 ins; 6 del; 6 mod
Patch: https://git.openjdk.java.net/jdk/pull/7938.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7938/head:pull/7938
PR: https://git.openjdk.java.net/jdk/pull/7938
More information about the hotspot-gc-dev
mailing list