< prev index next >

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Print this page

        

*** 320,329 **** --- 320,331 ---- static_field(StubRoutines, _squareToLen, address) \ static_field(StubRoutines, _mulAdd, address) \ static_field(StubRoutines, _montgomeryMultiply, address) \ static_field(StubRoutines, _montgomerySquare, address) \ static_field(StubRoutines, _vectorizedMismatch, address) \ + static_field(StubRoutines, _bigIntegerRightShiftWorker, address) \ + static_field(StubRoutines, _bigIntegerLeftShiftWorker, address) \ \ nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \ nonstatic_field(Thread, _allocated_bytes, jlong) \ nonstatic_field(Thread, _polling_page, address) \ \
< prev index next >