hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 15475 73896d91270c
parent 15109 088b1ea04490
child 15485 beb9d55124da
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Fri Jan 25 16:09:14 2013 -0800
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Fri Jan 25 16:50:33 2013 -0800
@@ -2816,10 +2816,6 @@
 
 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