diff src/share/vm/graal/graalRuntime.cpp @ 8127:3d41998c30de

Create new way of handling unwind that recalculates rbp from rsp. Remove unused instanceof slow path stub.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 06 Mar 2013 16:37:18 +0100
parents c6c72de0537e
children c3657d00e343
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.cpp	Tue Mar 05 23:58:57 2013 +0100
+++ b/src/share/vm/graal/graalRuntime.cpp	Wed Mar 06 16:37:18 2013 +0100
@@ -127,7 +127,6 @@
   // Make sure that stubs that need oopmaps have them
   switch (id) {
     // These stubs don't need to have an oopmap
-    case slow_subtype_check_id:
 #if defined(SPARC) || defined(PPC)
     case handle_exception_nofpu_id:  // Unused on sparc
 #endif