diff src/share/vm/graal/graalRuntime.cpp @ 9577:ffd3d85e055f

replaced OSR_migration_end assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Mon, 06 May 2013 15:22:59 +0200
parents df3aa336a313
children d84ea522800e
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.cpp	Mon May 06 14:53:28 2013 +0200
+++ b/src/share/vm/graal/graalRuntime.cpp	Mon May 06 15:22:59 2013 +0200
@@ -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 OSR_migration_end_id:
     case arithmetic_frem_id:
     case arithmetic_drem_id:
       break;