Skip to content

Commit b85db91

Browse files
authored
Update to jdk-20+17
28197: LA port of 8294190: Incorrect check messages in SharedRuntime::generate_uncommon_trap_blob
1 parent f54b42d commit b85db91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/loongarch/sharedRuntime_loongarch_64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ void SharedRuntime::generate_uncommon_trap_blob() {
23192319
__ ld_d(AT, unroll, Deoptimization::UnrollBlock::unpack_kind_offset_in_bytes());
23202320
__ li(T4, Deoptimization::Unpack_uncommon_trap);
23212321
__ beq(AT, T4, L);
2322-
__ stop("SharedRuntime::generate_deopt_blob: expected Unpack_uncommon_trap");
2322+
__ stop("SharedRuntime::generate_uncommon_trap_blob: expected Unpack_uncommon_trap");
23232323
__ bind(L);
23242324
}
23252325
#endif

0 commit comments

Comments
 (0)