8292919: Build failure due to UseJVMCICompiler was not declared when C2 is disabled after JDK-8292691

Reviewed-by: shade, kvn
This commit is contained in:
Jie Fu 2022-08-25 22:44:45 +00:00
parent 55f5a83b88
commit 909e1edb18

View File

@ -31,6 +31,9 @@
#include "runtime/frame.inline.hpp"
#include "runtime/globals.hpp"
#include "utilities/ostream.hpp"
#if INCLUDE_JVMCI
#include "jvmci/jvmci_globals.hpp"
#endif
inline const ImmutableOopMap* ImmutableOopMapSet::find_map_at_slot(int slot, int pc_offset) const {
assert(slot >= 0 && slot < _count, "bounds count: %d slot: %d", _count, slot);