RFR: 8350893: Use generated names for hand generated opto runtime blobs
Vladimir Kozlov
kvn at openjdk.org
Fri Feb 28 17:30:58 UTC 2025
On Thu, 27 Feb 2025 18:00:37 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
> The two special case opto runtime blobs that support uncommon trap and exception handling are currently being generated using hard wired blob names determined by port-specific code. They should employ the standard blob names generated from shared declarations in file stubDeclarations.hpp.
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`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23829#discussion_r1975782763
More information about the hotspot-compiler-dev
mailing list