comparison src/share/vm/runtime/sharedRuntime.cpp @ 7994:9fae07c31641

6518907: cleanup IA64 specific code in Hotspot Summary: removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
author morris
date Fri, 25 Jan 2013 16:50:33 -0800
parents 0c8717a92b2d
children df8462fbe585
comparison
equal deleted inserted replaced
7993:76341426b645 7994:9fae07c31641
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