diff src/share/vm/jvmci/vmStructs_jvmci.hpp @ 23683:daded759b24d

Expose SharedRuntime::[fd]rem
author Doug Simon <doug.simon@oracle.com>
date Wed, 15 Jun 2016 14:35:29 +0200
parents b5557b757040
children 1051fbaca88b
line wrap: on
line diff
--- a/src/share/vm/jvmci/vmStructs_jvmci.hpp	Wed Jun 15 14:35:05 2016 +0200
+++ b/src/share/vm/jvmci/vmStructs_jvmci.hpp	Wed Jun 15 14:35:29 2016 +0200
@@ -150,6 +150,8 @@
   declare_function(SharedRuntime::register_finalizer)                     \
   declare_function(SharedRuntime::exception_handler_for_return_address)   \
   declare_function(SharedRuntime::OSR_migration_end)                      \
+  declare_function(SharedRuntime::frem)                                   \
+  declare_function(SharedRuntime::drem)                                   \
                                                                           \
   declare_function(os::dll_load)                                          \
   declare_function(os::dll_lookup)                                        \