changeset 23683:daded759b24d

Expose SharedRuntime::[fd]rem
author Doug Simon <doug.simon@oracle.com>
date Wed, 15 Jun 2016 14:35:29 +0200
parents e617b95885c7
children c31d876ae1a3
files src/share/vm/jvmci/vmStructs_jvmci.hpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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)                                        \