Skip to content

Commit a778920

Browse files
committed
8374178: Missing include in systemDictionary.cpp after JDK-8365526
1 parent 8ab7d3b commit a778920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/hotspot/share/classfile/systemDictionary.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
#if INCLUDE_JFR
8888
#include "jfr/jfr.hpp"
8989
#endif
90+
#ifdef ASSERT
91+
#include "oops/constantPool.inline.hpp"
92+
#endif
9093

9194
class InvokeMethodKey : public StackObj {
9295
private:

0 commit comments

Comments
 (0)