< prev index next >

src/hotspot/cpu/arm/assembler_arm_64.cpp

Print this page
rev 49909 : imported patch removeAllGCs.removeUnneededIncludeAllGCs

*** 40,53 **** #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 // Returns whether given imm has equal bit fields <0:size-1> and <size:2*size-1>. inline bool Assembler::LogicalImmediate::has_equal_subpatterns(uintx imm, int size) { uintx mask = right_n_bits(size); uintx subpattern1 = mask_bits(imm, mask); --- 40,49 ----
< prev index next >