RFR: 8346986: Remove ASM from java.base

Adam Sotona asotona at openjdk.org
Tue Jan 7 20:07:34 UTC 2025


There are no more consumers of ASM library except for hotspot tests.
This patch moves ASM library from java.base module to the hotspot test libraries location and fixes the tests.

Please review.

Thanks,
Adam

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

Commit messages:
 - fixed TestMHUnloaded
 - patching hotspot tests
 - removed obsolete export
 - 8346986: Remove ASM from java.base

Changes: https://git.openjdk.org/jdk/pull/22946/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22946&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8346986
  Stats: 308 lines in 265 files changed: 67 ins; 100 del; 141 mod
  Patch: https://git.openjdk.org/jdk/pull/22946.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22946/head:pull/22946

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


More information about the build-dev mailing list