RFR: 8294972: jdk.jlink internal plugins are heavily using ASM [v3]

Adam Sotona asotona at openjdk.org
Fri Mar 10 07:44:09 UTC 2023


> jdk.jlink internal plugins are heavily using ASM
> 
> This patch converts ASM calls to Classfile API.
> 
> Please review.
> Thanks,
> Adam

Adam Sotona has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 207 commits:

 - Merge branch 'master' into JDK-8294972-jlink-plugins
 - fixed SystemModulesPlugin formatting
 - 8303624: The java.lang.Thread.FieldHolder can be null for JNI attaching threads
   
   Reviewed-by: alanb, dcubed
 - 8302360: Atomic*.compareAndExchange Javadoc unclear
   
   Reviewed-by: martin, dholmes
 - 8302779: HelidonAppTest.java fails with "assert(_cb == CodeCache::find_blob(pc())) failed: Must be the same" or SIGSEGV
   
   Reviewed-by: coleenp, sspitsyn
 - 8303691: Fedora based devkit build should load more packages from archive location
   
   Reviewed-by: mbaesken, erikj
 - 8303924: ProblemList serviceability/sa/UniqueVtableTest.java on Linux
   
   Reviewed-by: dcubed
 - 8303609: ProblemList serviceability/sa/TestSysProps.java with ZGC
   
   Reviewed-by: dcubed
 - 8289765: JDI EventSet/resume/resume008 failed with "ERROR: suspendCounts don't match for : VirtualThread-unparker"
   
   Reviewed-by: sspitsyn, kevinw
 - 8301074: Replace NULL with nullptr in share/opto/
   
   Reviewed-by: kvn, jwilhelm
 - ... and 197 more: https://git.openjdk.org/jdk/compare/e26cc526...ec1126f7

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

Changes: https://git.openjdk.org/jdk/pull/12944/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12944&range=02
  Stats: 1025 lines in 6 files changed: 215 ins; 300 del; 510 mod
  Patch: https://git.openjdk.org/jdk/pull/12944.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12944/head:pull/12944

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


More information about the core-libs-dev mailing list