Skip to content

Commit 2853852

Browse files
author
Yudi Zheng
committed
8342332: [JVMCI] Export CompilerToVM::Data::dtanh
Reviewed-by: never
1 parent ed68096 commit 2853852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
static_field(CompilerToVM::Data, dsin, address) \
133133
static_field(CompilerToVM::Data, dcos, address) \
134134
static_field(CompilerToVM::Data, dtan, address) \
135+
static_field(CompilerToVM::Data, dtanh, address) \
135136
static_field(CompilerToVM::Data, dexp, address) \
136137
static_field(CompilerToVM::Data, dlog, address) \
137138
static_field(CompilerToVM::Data, dlog10, address) \

0 commit comments

Comments
 (0)