hotspot/src/cpu/sparc/vm/assembler_sparc.cpp
changeset 7397 5b173b4ca846
parent 6772 2563324665d5
child 7427 d7b79a367474
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "incls/_precompiled.incl"
    25 #include "precompiled.hpp"
    26 #include "incls/_assembler_sparc.cpp.incl"
    26 #include "assembler_sparc.inline.hpp"
       
    27 #include "gc_interface/collectedHeap.inline.hpp"
       
    28 #include "interpreter/interpreter.hpp"
       
    29 #include "memory/cardTableModRefBS.hpp"
       
    30 #include "memory/resourceArea.hpp"
       
    31 #include "prims/methodHandles.hpp"
       
    32 #include "runtime/biasedLocking.hpp"
       
    33 #include "runtime/interfaceSupport.hpp"
       
    34 #include "runtime/objectMonitor.hpp"
       
    35 #include "runtime/os.hpp"
       
    36 #include "runtime/sharedRuntime.hpp"
       
    37 #include "runtime/stubRoutines.hpp"
       
    38 #ifndef SERIALGC
       
    39 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
       
    40 #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
       
    41 #include "gc_implementation/g1/heapRegion.hpp"
       
    42 #endif
    27 
    43 
    28 // Convert the raw encoding form into the form expected by the
    44 // Convert the raw encoding form into the form expected by the
    29 // constructor for Address.
    45 // constructor for Address.
    30 Address Address::make_raw(int base, int index, int scale, int disp, bool disp_is_oop) {
    46 Address Address::make_raw(int base, int index, int scale, int disp, bool disp_is_oop) {
    31   assert(scale == 0, "not supported");
    47   assert(scale == 0, "not supported");