< prev index next >

src/hotspot/share/runtime/vm_operations.hpp

Print this page
rev 47415 : Add Thread Local handshakes and thread local polling

*** 67,76 **** --- 67,79 ---- template(CMS_Initial_Mark) \ template(CMS_Final_Remark) \ template(G1CollectFull) \ template(G1CollectForAllocation) \ template(G1IncCollectionPause) \ + template(HandshakeOneThread) \ + template(HandshakeAllThreads) \ + template(HandshakeFallback) \ template(DestroyAllocationContext) \ template(EnableBiasedLocking) \ template(RevokeBias) \ template(BulkRevokeBias) \ template(PopulateDumpSharedSpace) \
< prev index next >