Skip to content

Commit 28c82bf

Browse files
committedDec 22, 2023
8322661: Build broken due to missing jvmtiExport.hpp after JDK-8320139
Reviewed-by: chagedorn, never
1 parent 7263e25 commit 28c82bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include "memory/universe.hpp"
4646
#include "oops/compressedOops.hpp"
4747
#include "oops/klass.inline.hpp"
48+
#include "prims/jvmtiExport.hpp"
4849
#ifdef COMPILER2
4950
#include "opto/c2compiler.hpp"
5051
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.