src/share/vm/runtime/sharedRuntime.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/sharedRuntime.cpp	Fri Nov 30 11:58:00 2012
--- new/src/share/vm/runtime/sharedRuntime.cpp	Fri Nov 30 11:57:59 2012

*** 2812,2825 **** --- 2812,2821 ---- // // All of this is done NOT at any Safepoint, nor is any safepoint or GC allowed. JRT_LEAF(intptr_t*, SharedRuntime::OSR_migration_begin( JavaThread *thread) ) #ifdef IA64 ShouldNotReachHere(); // NYI #endif /* IA64 */ // // This code is dependent on the memory layout of the interpreter local // array and the monitors. On all of our platforms the layout is identical // so this code is shared. If some platform lays the their arrays out // differently then this code could move to platform specific code or

src/share/vm/runtime/sharedRuntime.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File