hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 15475 73896d91270c
parent 15109 088b1ea04490
child 15485 beb9d55124da
equal deleted inserted replaced
15474:62425bb6b9e3 15475:73896d91270c
  2814 //
  2814 //
  2815 // All of this is done NOT at any Safepoint, nor is any safepoint or GC allowed.
  2815 // All of this is done NOT at any Safepoint, nor is any safepoint or GC allowed.
  2816 
  2816 
  2817 JRT_LEAF(intptr_t*, SharedRuntime::OSR_migration_begin( JavaThread *thread) )
  2817 JRT_LEAF(intptr_t*, SharedRuntime::OSR_migration_begin( JavaThread *thread) )
  2818 
  2818 
  2819 #ifdef IA64
       
  2820   ShouldNotReachHere(); // NYI
       
  2821 #endif /* IA64 */
       
  2822 
       
  2823   //
  2819   //
  2824   // This code is dependent on the memory layout of the interpreter local
  2820   // This code is dependent on the memory layout of the interpreter local
  2825   // array and the monitors. On all of our platforms the layout is identical
  2821   // array and the monitors. On all of our platforms the layout is identical
  2826   // so this code is shared. If some platform lays the their arrays out
  2822   // so this code is shared. If some platform lays the their arrays out
  2827   // differently then this code could move to platform specific code or
  2823   // differently then this code could move to platform specific code or