< prev index next >

src/hotspot/share/runtime/stubDeclarations.hpp

Print this page
*** 227,10 ***
--- 227,11 ---
    do_stub(monitor_notify, 0, false, false)                             \
    do_stub(monitor_notifyAll, 0, false, false)                          \
    do_stub(rethrow, 2, true, true)                                      \
    do_stub(slow_arraycopy, 0, false, false)                             \
    do_stub(register_finalizer, 0, false, false)                         \
+   do_stub(class_init_barrier, 0, false, false)                         \
    do_stub(vthread_end_first_transition, 0, false, false)               \
    do_stub(vthread_start_final_transition, 0, false, false)             \
    do_stub(vthread_start_transition, 0, false, false)                   \
    do_stub(vthread_end_transition, 0, false, false)                     \
  
< prev index next >