diff src/share/vm/graal/graalRuntime.hpp @ 9419:640d86a6bf4a

replaced register_finalizer assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Mon, 29 Apr 2013 22:49:49 +0200
parents 4e260c2ced0e
children 393d62a868da
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Mon Apr 29 22:41:24 2013 +0200
+++ b/src/share/vm/graal/graalRuntime.hpp	Mon Apr 29 22:49:49 2013 +0200
@@ -81,7 +81,6 @@
 // runtime routines needed by code code generated
 // by Graal.
 #define GRAAL_STUBS(stub, last_entry) \
-  stub(register_finalizer)      \
   stub(handle_exception_nofpu) /* optimized version that does not preserve fpu registers */ \
   stub(unwind_exception_call)   \
   stub(OSR_migration_end)       \