RFR: 8264166: OopStorage should support specifying MEMFLAGS for allocations [v2]
    Kim Barrett 
    kbarrett at openjdk.java.net
       
    Fri Mar 26 07:47:46 UTC 2021
    
    
  
> Please review this change to OopStorage to allow the MEMFLAGS value for associated allocations to be specified when the storage object is constructed.  This allows a subsystem that needs an OopStorage object to associate its allocation with others for that subsystem in NMT tracking and reporting.
> 
> Testing:
> mach5 tier1.
> Manually compared NMT output before and after this change for a test that generated a lot of one particular OopStorage entries.
Kim Barrett has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
 - Merge branch 'master' into oopstorage_memflags
 - fix include sort order
 - add MEMFLAGS support to OopStorage
-------------
Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3188/files
  - new: https://git.openjdk.java.net/jdk/pull/3188/files/a9c808be..6a30454f
Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3188&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3188&range=00-01
  Stats: 7366 lines in 175 files changed: 6712 ins; 240 del; 414 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3188.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3188/head:pull/3188
PR: https://git.openjdk.java.net/jdk/pull/3188
    
    
More information about the hotspot-dev
mailing list