Skip to content

Commit 909e1ed

Browse files
committedAug 25, 2022
8292919: Build failure due to UseJVMCICompiler was not declared when C2 is disabled after JDK-8292691
Reviewed-by: shade, kvn
1 parent 55f5a83 commit 909e1ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/hotspot/share/compiler/oopMap.inline.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
#include "runtime/frame.inline.hpp"
3232
#include "runtime/globals.hpp"
3333
#include "utilities/ostream.hpp"
34+
#if INCLUDE_JVMCI
35+
#include "jvmci/jvmci_globals.hpp"
36+
#endif
3437

3538
inline const ImmutableOopMap* ImmutableOopMapSet::find_map_at_slot(int slot, int pc_offset) const {
3639
assert(slot >= 0 && slot < _count, "bounds count: %d slot: %d", _count, slot);

0 commit comments

Comments
 (0)
Please sign in to comment.