RFR: 8294976: test/hotspot 183 test classes use ASM [v5]
Oussama Louati
duke at openjdk.org
Thu Mar 7 14:07:56 UTC 2024
On Thu, 7 Mar 2024 14:04:07 GMT, Oussama Louati <duke at openjdk.org> wrote:
>> Completion of the first version of the migration for several tests.
>>
>> These tests, which are now using the classfile API mostly, are responsible for testing various aspects including:
>>
>> - Generate constant pool entries filled with method handles and method types.
>> - Create numerous invokedynamic instructions with correct bootstrap methods and incorrect bootstrap methods for testing error handling and exception catching.
>> - Produce many invokedynamic instructions with a specific constant pool entry.
>
> Oussama Louati has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix typo in error message in GenManyIndyIncorrectBootstrap.java
I ran the JTreg test on this PR Head after full conversion of these tests, and nothing unusual happened, those aren't explicitly related to something else.
-------------
PR Review: https://git.openjdk.org/jdk/pull/17834#pullrequestreview-1922528839
More information about the hotspot-compiler-dev
mailing list