RFR: 8354329: Rewrite runtime/ClassFile/JsrRewriting.java and OomWhileParsingRepeatedJsr.java tests [v3]
David Simms
dsimms at openjdk.org
Tue Apr 29 08:41:49 UTC 2025
On Fri, 25 Apr 2025 14:57:39 GMT, Anton Artemov <duke at openjdk.org> wrote:
>> Rewrote JsrRewriting and OomWhileParsingRepeatedJsr tests so that are not using jar files, but instead class files are created on the fly using the the ASM library.
>>
>> Test in tiers 1-3 on multiple platforms pass.
>
> Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:
>
> 8354329: Got rid of obsolete Applet inheritance, not inheriting from Object.
ClassFile API should be used instead of ASM (JDK-8294976): https://bugs.openjdk.org/browse/JDK-8294976
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24662#issuecomment-2837954755
More information about the hotspot-runtime-dev
mailing list