Skip to content

Commit

Permalink
8321141: VM build issue on MacOS after JDK-8267532
Browse files Browse the repository at this point in the history
Reviewed-by: jiefu
  • Loading branch information
Vladimir Kozlov committed Dec 1, 2023
1 parent 56d4c33 commit 02ffab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/ci/ciMethodData.cpp
Expand Up @@ -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.
Expand Down

1 comment on commit 02ffab1

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.