RFR: 8369296: Add fast class init checks in interpreter for resolving ConstantPool entries for static field [v2]
Ashutosh Mehra
asmehra at openjdk.org
Wed Oct 8 13:44:26 UTC 2025
On Wed, 8 Oct 2025 03:27:14 GMT, Fei Yang <fyang at openjdk.org> wrote:
>>> clinit_barrier implements a fast path check, so clinit_barrier_fast_path maybe a more accurate variant.
>>
>> yes, `clinit_barrier_fast_path` is better.
>
> @ashu-mehra
> Hi, Thanks for the ping! And here is the riscv-specific changes:
> [27676-riscv.diff.txt](https://github.com/user-attachments/files/22758069/27676-riscv.diff.txt)
> `hotspot:tier1` and `hotspot_runtime` passed with fastdebug build on linux-riscv64.
@RealFYang thanks for the patch. I added it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27676#issuecomment-3381597325
More information about the hotspot-dev
mailing list