src/cpu/x86/vm/assembler_x86.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_x86.cpp.incl" // Implementation of AddressLiteral AddressLiteral::AddressLiteral(address target, relocInfo::relocType rtype) { _is_lval = false; --- 20,47 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "assembler_x86.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 // Implementation of AddressLiteral AddressLiteral::AddressLiteral(address target, relocInfo::relocType rtype) { _is_lval = false;