comparison src/share/vm/jvmci/vmStructs_jvmci.hpp @ 23791:ece41fdd7334

Expose missing StubRoutines
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 09 Nov 2016 13:54:18 -0800
parents d6bd0b9cd0b6
children 3953f8820df8
comparison
equal deleted inserted replaced
23790:224f43824e2b 23791:ece41fdd7334
74 static_field(CompilerToVM::Data, dtan, address) \ 74 static_field(CompilerToVM::Data, dtan, address) \
75 static_field(CompilerToVM::Data, dexp, address) \ 75 static_field(CompilerToVM::Data, dexp, address) \
76 static_field(CompilerToVM::Data, dlog, address) \ 76 static_field(CompilerToVM::Data, dlog, address) \
77 static_field(CompilerToVM::Data, dlog10, address) \ 77 static_field(CompilerToVM::Data, dlog10, address) \
78 static_field(CompilerToVM::Data, dpow, address) \ 78 static_field(CompilerToVM::Data, dpow, address) \
79 \
80 static_field(StubRoutines, _sha1_implCompress, address) \
81 static_field(StubRoutines, _sha1_implCompressMB, address) \
82 static_field(StubRoutines, _sha256_implCompress, address) \
83 static_field(StubRoutines, _sha256_implCompressMB, address) \
84 static_field(StubRoutines, _sha512_implCompress, address) \
85 static_field(StubRoutines, _sha512_implCompressMB, address) \
86 static_field(StubRoutines, _updateBytesCRC32, address) \
87 static_field(StubRoutines, _crc_table_adr, address) \
88 static_field(StubRoutines, _multiplyToLen, address) \
79 \ 89 \
80 nonstatic_field(JavaThread, _pending_deoptimization, int) \ 90 nonstatic_field(JavaThread, _pending_deoptimization, int) \
81 nonstatic_field(JavaThread, _pending_failed_speculation, oop) \ 91 nonstatic_field(JavaThread, _pending_failed_speculation, oop) \
82 nonstatic_field(JavaThread, _pending_transfer_to_interpreter, bool) \ 92 nonstatic_field(JavaThread, _pending_transfer_to_interpreter, bool) \
83 nonstatic_field(JavaThread, _jvmci_counters, jlong*) \ 93 nonstatic_field(JavaThread, _jvmci_counters, jlong*) \