src/cpu/sparc/vm/assembler_sparc.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_assembler_sparc.cpp.incl" // Convert the raw encoding form into the form expected by the // constructor for Address. Address Address::make_raw(int base, int index, int scale, int disp, bool disp_is_oop) { assert(scale == 0, "not supported"); --- 20,47 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "assembler_sparc.inline.hpp" ! #include "gc_interface/collectedHeap.inline.hpp" ! #include "interpreter/interpreter.hpp" ! #include "memory/cardTableModRefBS.hpp" ! #include "memory/resourceArea.hpp" ! #include "prims/methodHandles.hpp" ! #include "runtime/biasedLocking.hpp" ! #include "runtime/interfaceSupport.hpp" ! #include "runtime/objectMonitor.hpp" ! #include "runtime/os.hpp" ! #include "runtime/sharedRuntime.hpp" ! #include "runtime/stubRoutines.hpp" ! #ifndef SERIALGC ! #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" ! #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp" ! #include "gc_implementation/g1/heapRegion.hpp" ! #endif // Convert the raw encoding form into the form expected by the // constructor for Address. Address Address::make_raw(int base, int index, int scale, int disp, bool disp_is_oop) { assert(scale == 0, "not supported");