8321141: VM build issue on MacOS after JDK-8267532

Reviewed-by: jiefu
This commit is contained in:
Vladimir Kozlov 2023-12-01 03:35:31 +00:00
parent 56d4c33f40
commit 02ffab1a4d

View File

@ -474,6 +474,7 @@ ciBitData ciMethodData::exception_handler_bci_to_data(int bci) {
}
// called with invalid bci or wrong Method/MethodData
ShouldNotReachHere();
return ciBitData(nullptr);
}
// Conservatively decode the trap_state of a ciProfileData.