diff src/share/vm/graal/graalRuntime.hpp @ 9594:743326387173

replaced vm_error assembler stub with compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Tue, 07 May 2013 01:38:07 +0200
parents a3b4bcc22313
children db2125285960
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Tue May 07 00:20:25 2013 +0200
+++ b/src/share/vm/graal/graalRuntime.hpp	Tue May 07 01:38:07 2013 +0200
@@ -78,7 +78,6 @@
 // runtime routines needed by code code generated
 // by Graal.
 #define GRAAL_STUBS(stub, last_entry) \
-  stub(vm_error)                \
   stub(wb_pre_call)             \
   stub(wb_post_call)             \
  last_entry(number_of_ids)