We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cd01f commit 1501a5eCopy full SHA for 1501a5e
src/hotspot/share/code/aotCodeCache.cpp
@@ -22,6 +22,7 @@
22
*
23
*/
24
25
+#include "asm/macroAssembler.hpp"
26
#include "cds/aotCacheAccess.hpp"
27
#include "cds/cds_globals.hpp"
28
#include "cds/cdsConfig.hpp"
@@ -40,6 +41,7 @@
40
41
#include "runtime/os.inline.hpp"
42
#include "runtime/sharedRuntime.hpp"
43
#include "runtime/stubRoutines.hpp"
44
+#include "utilities/copy.hpp"
45
#ifdef COMPILER2
46
#include "opto/runtime.hpp"
47
#endif
0 commit comments