RFR: 8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles [v25]
Adam Sotona
asotona at openjdk.org
Wed Jun 19 09:19:15 UTC 2024
On Wed, 19 Jun 2024 09:08:35 GMT, Adam Sotona <asotona at openjdk.org> wrote:
>> 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 incrementally with two additional commits since the last revision:
>
> - removed empty line
> - problem-listed runtime/ClassInitErrors/TestStackOverflowDuringInit.java
`runtime/ClassInitErrors/TestStackOverflowDuringInit.java` seems to be fragile and affected by this PR, so I created [JDK-8334545](https://bugs.openjdk.org/browse/JDK-8334545) and listed the test in `test/hotspot/jtreg/ProblemList.txt`
@mlchung @cl4es @liach @ExE-Boss many thanks for significant contribution to this complex conversion!
Any final thoughts or objections to the integration?
Thank you!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17108#issuecomment-2178180439
More information about the core-libs-dev
mailing list