Skip to content

Commit 1501a5e

Browse files
committed
8356122: Client build fails after JDK-8350209
Reviewed-by: chagedorn
1 parent a8cd01f commit 1501a5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hotspot/share/code/aotCodeCache.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*
2323
*/
2424

25+
#include "asm/macroAssembler.hpp"
2526
#include "cds/aotCacheAccess.hpp"
2627
#include "cds/cds_globals.hpp"
2728
#include "cds/cdsConfig.hpp"
@@ -40,6 +41,7 @@
4041
#include "runtime/os.inline.hpp"
4142
#include "runtime/sharedRuntime.hpp"
4243
#include "runtime/stubRoutines.hpp"
44+
#include "utilities/copy.hpp"
4345
#ifdef COMPILER2
4446
#include "opto/runtime.hpp"
4547
#endif

0 commit comments

Comments
 (0)