RFR: 8350893: Use generated names for hand generated opto runtime blobs [v2]

Andrew Dinn adinn at openjdk.org
Mon Mar 3 10:11:39 UTC 2025


On Fri, 28 Feb 2025 17:28:34 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Andrew Dinn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   correct error in arm stub name
>
> src/hotspot/cpu/arm/runtime_arm.cpp line 210:
> 
>> 208:   // setup code generation tools
>> 209:   // Measured 8/7/03 at 256 in 32bit debug build
>> 210:   const char* name = OptoRuntime::stub_name(OptoStubId::uncommon_trap_id);
> 
> Typo. Should be `exception_id`

Thanks for catching that. Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23829#discussion_r1977227182


More information about the hotspot-compiler-dev mailing list