RFR: 8280761: UseCompressedOops should be set after limit_heap_by_allocatable_memory [v3]

KIRIYAMA Takuya duke at openjdk.java.net
Fri Apr 8 07:39:38 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/cf5a9352..148d0fd6

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7938&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7938&range=01-02

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 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