From f96b6bcd4ddbb1d0e0a76d9f4e3b43bec20dcb7a Mon Sep 17 00:00:00 2001 From: Mohamed Issa Date: Mon, 4 Aug 2025 21:31:35 +0000 Subject: [PATCH] 8364666: Tier1 builds broken by JDK-8360559 Reviewed-by: sviswanathan --- src/hotspot/cpu/x86/stubGenerator_x86_64_sinh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/x86/stubGenerator_x86_64_sinh.cpp b/src/hotspot/cpu/x86/stubGenerator_x86_64_sinh.cpp index 6e190542379..86e4ac20176 100644 --- a/src/hotspot/cpu/x86/stubGenerator_x86_64_sinh.cpp +++ b/src/hotspot/cpu/x86/stubGenerator_x86_64_sinh.cpp @@ -289,7 +289,7 @@ ATTRIBUTE_ALIGNED(16) static const juint _T2_neg_f[] = #define __ _masm-> address StubGenerator::generate_libmSinh() { - StubGenStubId stub_id = StubGenStubId::dsinh_id; + StubId stub_id = StubId::stubgen_dsinh_id; StubCodeMark mark(this, stub_id); address start = __ pc();