RFR: 8308899: Introduce Classfile.Context and improve Classfile.Option(s) [v13]

Adam Sotona asotona at openjdk.org
Mon Jun 12 11:20:40 UTC 2023


> Classfile context object and multi-state options have been discussed at https://mail.openjdk.org/pipermail/classfile-api-dev/2023-May/000321.html
> This patch implements the proposed changes in Classfile API and fixes all affected code across JDK sources and tests.
> 
> Please review.
> 
> Thanks,
> Adam

Adam Sotona has updated the pull request incrementally with two additional commits since the last revision:

 - Revert "removal of ClassHierarchyImpl.DEFAULT_RESOLVER"
   esolver.java
 - Revert "proposed semi-synchronized caching, where the map is not locked during delegate call"
   
   This reverts commit ae2877512d978468743bcaa7e0f596729f12ee72.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14180/files
  - new: https://git.openjdk.org/jdk/pull/14180/files/fd65c367..344ccede

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14180&range=12
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14180&range=11-12

  Stats: 83 lines in 7 files changed: 42 ins; 25 del; 16 mod
  Patch: https://git.openjdk.org/jdk/pull/14180.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14180/head:pull/14180

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


More information about the core-libs-dev mailing list