mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 21:18:25 +00:00
8259978: PPC64 builds broken after JDK-8258004
Reviewed-by: lucy, iklam
This commit is contained in:
parent
5d8861b03d
commit
3edf393d42
@ -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:
|
||||
//
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user