diff src/share/vm/graal/graalRuntime.hpp @ 9581:d84ea522800e

replaced arithmetic_[fd]rem stubs with inline compiled code (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Mon, 06 May 2013 22:07:48 +0200
parents ffd3d85e055f
children 5f9c41cd3b1e
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Mon May 06 21:00:20 2013 +0200
+++ b/src/share/vm/graal/graalRuntime.hpp	Mon May 06 22:07:48 2013 +0200
@@ -78,8 +78,6 @@
 // runtime routines needed by code code generated
 // by Graal.
 #define GRAAL_STUBS(stub, last_entry) \
-  stub(arithmetic_frem)         \
-  stub(arithmetic_drem)         \
   stub(monitorenter)            \
   stub(monitorexit)             \
   stub(vm_error)                \