< prev index next >

src/hotspot/share/runtime/biasedLocking.hpp

Print this page

        

@@ -106,11 +106,11 @@
 // the instance's bias pattern differs from the prototype header's and
 // causes the bias to be revoked without reaching a safepoint or,
 // again, a bulk heap sweep.
 
 // Biased locking counters
-class BiasedLockingCounters VALUE_OBJ_CLASS_SPEC {
+class BiasedLockingCounters {
  private:
   int _total_entry_count;
   int _biased_lock_entry_count;
   int _anonymously_biased_lock_entry_count;
   int _rebiased_lock_entry_count;
< prev index next >