From 02ffab1a4d9e1209f3f1da715acae975e0754551 Mon Sep 17 00:00:00 2001 From: Vladimir Kozlov Date: Fri, 1 Dec 2023 03:35:31 +0000 Subject: [PATCH] 8321141: VM build issue on MacOS after JDK-8267532 Reviewed-by: jiefu --- src/hotspot/share/ci/ciMethodData.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/share/ci/ciMethodData.cpp b/src/hotspot/share/ci/ciMethodData.cpp index 8d1772f655f..dc7082c15ca 100644 --- a/src/hotspot/share/ci/ciMethodData.cpp +++ b/src/hotspot/share/ci/ciMethodData.cpp @@ -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.