> java.base java.lang.invoke package heavily uses ASM to generate lambdas and 
> method handles.
> 
> This patch converts ASM calls to Classfile API.
> 
> This PR is continuation of https://github.com/openjdk/jdk/pull/12945
> 
> Any comments and suggestions are welcome.
> 
> Please review.
> 
> Thank you,
> 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 32 commits:

 - Merge branch 'master' into JDK-8294960-invoke
   
   # Conflicts:
   #    src/java.base/share/classes/java/lang/invoke/MethodHandleProxies.java
   #    
src/java.base/share/classes/jdk/internal/classfile/impl/StackMapGenerator.java
 - applied suggested changes
 - Update 
src/java.base/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java
   
   Co-authored-by: Chen Liang <li...@openjdk.org>
 - reverted static initialization of ConstantPoolBuilder and CP entries
 - fixed naming conventions
 - use of jdk.internal.constant to improve performance
 - fixed imports
 - Apply suggestions from code review
   
   There are new possibilities with decoupled constants implementation, thank 
you for the reminder.
   
   Co-authored-by: ExE Boss <3889017+exe-b...@users.noreply.github.com>
 - Merge branch 'master' into JDK-8294960-invoke
   
   # Conflicts:
   #    
src/java.base/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java
 - Merge branch 'master' into JDK-8294960-invoke
   
   # Conflicts:
   #    src/java.base/share/classes/java/lang/classfile/Attributes.java
 - ... and 22 more: https://git.openjdk.org/jdk/compare/cdf22b13...3aaf246e

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

Changes: https://git.openjdk.org/jdk/pull/17108/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17108&range=19
  Stats: 2166 lines in 10 files changed: 462 ins; 881 del; 823 mod
  Patch: https://git.openjdk.org/jdk/pull/17108.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17108/head:pull/17108

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

Reply via email to