< prev index next >

src/hotspot/cpu/arm/assembler_arm.cpp

Print this page
rev 49909 : imported patch removeAllGCs.removeUnneededIncludeAllGCs

@@ -40,14 +40,10 @@
 #include "runtime/os.hpp"
 #include "runtime/sharedRuntime.hpp"
 #include "runtime/stubRoutines.hpp"
 #include "utilities/hashtable.hpp"
 #include "utilities/macros.hpp"
-#if INCLUDE_ALL_GCS
-#include "gc/g1/g1BarrierSet.hpp"
-#include "gc/g1/heapRegion.hpp"
-#endif // INCLUDE_ALL_GCS
 
 int AbstractAssembler::code_fill_byte() {
   return 0xff; // illegal instruction 0xffffffff
 }
 
< prev index next >