8292187: aarch64: Remove duplicate header files

Reviewed-by: aph, ngasson
This commit is contained in:
Feilong Jiang 2022-08-11 00:55:08 +00:00 committed by Fei Yang
parent 36ef4c1a92
commit 2e0a17c560
3 changed files with 1 additions and 7 deletions

View File

@ -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"

View File

@ -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.

View File

@ -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"