mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8156178: [JVMCI] expose StubRoutines trig functions
Reviewed-by: kvn
This commit is contained in:
parent
ffc21de072
commit
b9a1863e45
4 changed files with 48 additions and 14 deletions
|
@ -76,6 +76,14 @@
|
|||
\
|
||||
static_field(CompilerToVM::Data, vm_page_size, int) \
|
||||
\
|
||||
static_field(CompilerToVM::Data, dsin, address) \
|
||||
static_field(CompilerToVM::Data, dcos, address) \
|
||||
static_field(CompilerToVM::Data, dtan, address) \
|
||||
static_field(CompilerToVM::Data, dexp, address) \
|
||||
static_field(CompilerToVM::Data, dlog, address) \
|
||||
static_field(CompilerToVM::Data, dlog10, address) \
|
||||
static_field(CompilerToVM::Data, dpow, address) \
|
||||
\
|
||||
static_field(Abstract_VM_Version, _features, uint64_t) \
|
||||
\
|
||||
nonstatic_field(Array<int>, _length, int) \
|
||||
|
@ -524,13 +532,6 @@
|
|||
declare_function(SharedRuntime::exception_handler_for_return_address) \
|
||||
declare_function(SharedRuntime::OSR_migration_end) \
|
||||
declare_function(SharedRuntime::enable_stack_reserved_zone) \
|
||||
declare_function(SharedRuntime::dsin) \
|
||||
declare_function(SharedRuntime::dcos) \
|
||||
declare_function(SharedRuntime::dtan) \
|
||||
declare_function(SharedRuntime::dexp) \
|
||||
declare_function(SharedRuntime::dlog) \
|
||||
declare_function(SharedRuntime::dlog10) \
|
||||
declare_function(SharedRuntime::dpow) \
|
||||
\
|
||||
declare_function(os::dll_load) \
|
||||
declare_function(os::dll_lookup) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue