Skip to content

Commit f96b6bc

Browse files
Mohamed IssaDaniel D. Daugherty
authored andcommitted
8364666: Tier1 builds broken by JDK-8360559
Reviewed-by: sviswanathan
1 parent dc4d9b4 commit f96b6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/x86/stubGenerator_x86_64_sinh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ ATTRIBUTE_ALIGNED(16) static const juint _T2_neg_f[] =
289289
#define __ _masm->
290290

291291
address StubGenerator::generate_libmSinh() {
292-
StubGenStubId stub_id = StubGenStubId::dsinh_id;
292+
StubId stub_id = StubId::stubgen_dsinh_id;
293293
StubCodeMark mark(this, stub_id);
294294
address start = __ pc();
295295

0 commit comments

Comments
 (0)