comparison 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
comparison
equal deleted inserted replaced
23682:e617b95885c7 23683:daded759b24d
148 148
149 #define VM_ADDRESSES_JVMCI(declare_address, declare_preprocessor_address, declare_function) \ 149 #define VM_ADDRESSES_JVMCI(declare_address, declare_preprocessor_address, declare_function) \
150 declare_function(SharedRuntime::register_finalizer) \ 150 declare_function(SharedRuntime::register_finalizer) \
151 declare_function(SharedRuntime::exception_handler_for_return_address) \ 151 declare_function(SharedRuntime::exception_handler_for_return_address) \
152 declare_function(SharedRuntime::OSR_migration_end) \ 152 declare_function(SharedRuntime::OSR_migration_end) \
153 declare_function(SharedRuntime::frem) \
154 declare_function(SharedRuntime::drem) \
153 \ 155 \
154 declare_function(os::dll_load) \ 156 declare_function(os::dll_load) \
155 declare_function(os::dll_lookup) \ 157 declare_function(os::dll_lookup) \
156 declare_function(os::javaTimeMillis) \ 158 declare_function(os::javaTimeMillis) \
157 declare_function(os::javaTimeNanos) \ 159 declare_function(os::javaTimeNanos) \