RFR: 8263377: Store method handle linkers in the 'non-nmethods' heap [v4]

Yi-Fan Tsai duke at openjdk.org
Fri Jul 8 00:15:20 UTC 2022


> 8263377: Store method handle linkers in the 'non-nmethods' heap

Yi-Fan Tsai has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 18 commits:

 - Merge branch 'master' of https://github.com/yftsai/jdk into intrinsics
 - Post dynamic_code_generate event when MH intrinsic generated
 - Remove dead codes
   
   remove unused argument of NativeJump::check_verified_entry_alignment
   remove unused argument of NativeJumip::patch_verified_entry
   remove dead codes in SharedRuntime::generate_method_handle_intrinsic_wrapper
 - Add PrintCodeCache support
 - Merge branch 'master' of https://github.com/yftsai/jdk into intrinsics
 - Merge branch 'master' of https://github.com/yftsai/jdk into intrinsics
 - Move to RuntimeBlob
 - Merge branch 'master' of https://github.com/yftsai/jdk into intrinsics
 - Move MHI to BufferBlob
 - Change _code to CodeBlob
 - ... and 8 more: https://git.openjdk.org/jdk/compare/35156041...d92b8647

-------------

Changes: https://git.openjdk.org/jdk/pull/8760/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=8760&range=03
  Stats: 588 lines in 58 files changed: 279 ins; 176 del; 133 mod
  Patch: https://git.openjdk.org/jdk/pull/8760.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/8760/head:pull/8760

PR: https://git.openjdk.org/jdk/pull/8760


More information about the hotspot-compiler-dev mailing list