We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed68096 commit 2853852Copy full SHA for 2853852
src/hotspot/share/jvmci/vmStructs_jvmci.cpp
@@ -132,6 +132,7 @@
132
static_field(CompilerToVM::Data, dsin, address) \
133
static_field(CompilerToVM::Data, dcos, address) \
134
static_field(CompilerToVM::Data, dtan, address) \
135
+ static_field(CompilerToVM::Data, dtanh, address) \
136
static_field(CompilerToVM::Data, dexp, address) \
137
static_field(CompilerToVM::Data, dlog, address) \
138
static_field(CompilerToVM::Data, dlog10, address) \
0 commit comments