RFR: 8280761: UseCompressedOops should be set after limit_heap_by_allocatable_memory [v2]
    KIRIYAMA Takuya 
    duke at openjdk.java.net
       
    Thu Apr  7 06:58: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/73c1c935..cf5a9352
Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7938&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7938&range=00-01
  Stats: 8 lines in 1 file changed: 4 ins; 4 del; 0 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