diff src/share/vm/graal/graalRuntime.cpp @ 9574:df3aa336a313

replaced verify_oop assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Mon, 06 May 2013 14:14:08 +0200
parents a79e8020ad4b
children ffd3d85e055f
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.cpp	Mon May 06 13:49:20 2013 +0200
+++ b/src/share/vm/graal/graalRuntime.cpp	Mon May 06 14:14:08 2013 +0200
@@ -127,10 +127,6 @@
   // Make sure that stubs that need oopmaps have them
   switch (id) {
     // These stubs don't need to have an oopmap
-#if defined(SPARC) || defined(PPC)
-    case handle_exception_nofpu_id:  // Unused on sparc
-#endif
-    case verify_oop_id:
     case OSR_migration_end_id:
     case arithmetic_frem_id:
     case arithmetic_drem_id: