Skip to content

Commit b3d9eec

Browse files
committed
Address review comments
1 parent a778920 commit b3d9eec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hotspot/share/classfile/systemDictionary.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
#include "memory/resourceArea.hpp"
5555
#include "memory/universe.hpp"
5656
#include "oops/access.inline.hpp"
57+
#include "oops/constantPool.inline.hpp"
5758
#include "oops/instanceKlass.hpp"
5859
#include "oops/klass.inline.hpp"
5960
#include "oops/method.inline.hpp"
@@ -87,9 +88,6 @@
8788
#if INCLUDE_JFR
8889
#include "jfr/jfr.hpp"
8990
#endif
90-
#ifdef ASSERT
91-
#include "oops/constantPool.inline.hpp"
92-
#endif
9391

9492
class InvokeMethodKey : public StackObj {
9593
private:

0 commit comments

Comments
 (0)