diff src/share/vm/runtime/sharedRuntime.cpp @ 8037:9425ba04792d

Merge
author brutisso
date Thu, 07 Feb 2013 18:40:45 -0800
parents 9fae07c31641
children df8462fbe585
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.cpp	Thu Feb 07 15:51:25 2013 +0100
+++ b/src/share/vm/runtime/sharedRuntime.cpp	Thu Feb 07 18:40:45 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