RFR: 8294976: Convert Runtime classes to use the ClassFile API instead of ASM [v3]
Oussama Louati
duke at openjdk.org
Wed Mar 13 14:33:25 UTC 2024
On Wed, 13 Mar 2024 13:42:26 GMT, Oussama Louati <duke at openjdk.org> wrote:
>> 8294976: Convert Runtime classes to use the ClassFile API instead of ASM
>
> Oussama Louati has updated the pull request incrementally with one additional commit since the last revision:
>
> update access Flags parameters
test/hotspot/jtreg/runtime/finalStatic/FinalStatic.java line 1:
> 1: /*
Test Description:
The test aims to verify that a **VerifyError** is not thrown when a subclass attempts to override a static method from its superclass. It specifically checks for the ability to override a static method successfully without encountering runtime errors related to method overriding.
Expected Outcome:
The test should pass without throwing any exceptions, demonstrating that the overridden static method in the subclass (B) can be invoked successfully without encountering VerifyError, thereby confirming correct method overriding behavior in Java.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18271#discussion_r1523359245
More information about the hotspot-runtime-dev
mailing list