< prev index next >

src/hotspot/share/runtime/rtmLocking.hpp

Print this page

        

*** 60,70 **** // the RTM locking code is generated for stack locks too. // The retries, auto-tuning support and rtm locking statistics are all // supported for stack locks just like inflated locks. // RTM locking counters ! class RTMLockingCounters VALUE_OBJ_CLASS_SPEC { private: uintx _total_count; // Total RTM locks count uintx _abort_count; // Total aborts count public: --- 60,70 ---- // the RTM locking code is generated for stack locks too. // The retries, auto-tuning support and rtm locking statistics are all // supported for stack locks just like inflated locks. // RTM locking counters ! class RTMLockingCounters { private: uintx _total_count; // Total RTM locks count uintx _abort_count; // Total aborts count public:
< prev index next >