8259978: PPC64 builds broken after JDK-8258004

Reviewed-by: lucy, iklam
This commit is contained in:
Aleksey Shipilev 2021-01-19 18:33:18 +00:00
parent 5d8861b03d
commit 3edf393d42
2 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,9 @@
#include "runtime/icache.hpp"
#include "runtime/os.hpp"
#include "runtime/safepointMechanism.hpp"
#ifdef COMPILER2
#include "opto/c2_globals.hpp"
#endif
// We have interfaces for the following instructions:
//

View File

@ -69,6 +69,7 @@
#include "runtime/safepointVerifiers.hpp"
#include "runtime/sharedRuntime.hpp"
#include "runtime/signature.hpp"
#include "runtime/vm_version.hpp"
#include "services/memTracker.hpp"
#include "utilities/align.hpp"
#include "utilities/quickSort.hpp"