< prev index next >

src/hotspot/share/runtime/handshake.hpp

Print this page
rev 57079 : imported patch 8234796
rev 57080 : [mq]: 8234742-v2

*** 95,103 **** FlagSetting fs(_thread_in_process_handshake, true); process_self_inner(thread); } } ! void process_by_vmthread(JavaThread* target); }; #endif // SHARE_RUNTIME_HANDSHAKE_HPP --- 95,103 ---- FlagSetting fs(_thread_in_process_handshake, true); process_self_inner(thread); } } ! bool process_by_vmthread(JavaThread* target); }; #endif // SHARE_RUNTIME_HANDSHAKE_HPP
< prev index next >