8292187: aarch64: Remove duplicate header files
Reviewed-by: aph, ngasson
This commit is contained in:
parent
36ef4c1a92
commit
2e0a17c560
@ -31,9 +31,8 @@
|
||||
#include "gc/g1/g1ThreadLocalData.hpp"
|
||||
#include "gc/g1/heapRegion.hpp"
|
||||
#include "gc/shared/collectedHeap.hpp"
|
||||
#include "runtime/javaThread.hpp"
|
||||
#include "runtime/sharedRuntime.hpp"
|
||||
#include "interpreter/interp_masm.hpp"
|
||||
#include "runtime/javaThread.hpp"
|
||||
#include "runtime/sharedRuntime.hpp"
|
||||
#ifdef COMPILER1
|
||||
#include "c1/c1_LIRAssembler.hpp"
|
||||
|
@ -55,10 +55,6 @@
|
||||
#include "utilities/powerOfTwo.hpp"
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifndef PRODUCT
|
||||
#include "oops/method.hpp"
|
||||
#endif // !PRODUCT
|
||||
|
||||
// Size of interpreter code. Increase if too small. Interpreter will
|
||||
// fail with a guarantee ("not enough space for interpreter generation");
|
||||
// if too small.
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "prims/upcallLinker.hpp"
|
||||
#include "runtime/sharedRuntime.hpp"
|
||||
#include "runtime/signature.hpp"
|
||||
#include "runtime/signature.hpp"
|
||||
#include "runtime/stubRoutines.hpp"
|
||||
#include "utilities/formatBuffer.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user