forked from openjdk/jdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8294960: Convert java.base/java.lang.invoke package to use the Classf…
…ile API to generate lambdas and method handlers
- Loading branch information
Showing
9 changed files
with
1,298 additions
and
1,597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
447 changes: 196 additions & 251 deletions
447
src/java.base/share/classes/java/lang/invoke/ClassSpecializer.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
519 changes: 240 additions & 279 deletions
519
src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.