diff src/share/vm/graal/graalRuntime.hpp @ 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.hpp	Mon May 06 14:53:28 2013 +0200
+++ b/src/share/vm/graal/graalRuntime.hpp	Mon May 06 15:22:59 2013 +0200
@@ -78,7 +78,6 @@
 // runtime routines needed by code code generated
 // by Graal.
 #define GRAAL_STUBS(stub, last_entry) \
-  stub(OSR_migration_end)       \
   stub(arithmetic_frem)         \
   stub(arithmetic_drem)         \
   stub(monitorenter)            \