src/hotspot/share/runtime/objectMonitor.hpp
changeset 49038 ebdbf7f90199
parent 48157 7c4d43c26352
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49037:dc68aeea4840 49038:ebdbf7f90199
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   189     } while (0)
   189     } while (0)
   190 
   190 
   191   static PerfCounter * _sync_ContendedLockAttempts;
   191   static PerfCounter * _sync_ContendedLockAttempts;
   192   static PerfCounter * _sync_FutileWakeups;
   192   static PerfCounter * _sync_FutileWakeups;
   193   static PerfCounter * _sync_Parks;
   193   static PerfCounter * _sync_Parks;
   194   static PerfCounter * _sync_EmptyNotifications;
       
   195   static PerfCounter * _sync_Notifications;
   194   static PerfCounter * _sync_Notifications;
   196   static PerfCounter * _sync_SlowEnter;
       
   197   static PerfCounter * _sync_SlowExit;
       
   198   static PerfCounter * _sync_SlowNotify;
       
   199   static PerfCounter * _sync_SlowNotifyAll;
       
   200   static PerfCounter * _sync_FailedSpins;
       
   201   static PerfCounter * _sync_SuccessfulSpins;
       
   202   static PerfCounter * _sync_PrivateA;
       
   203   static PerfCounter * _sync_PrivateB;
       
   204   static PerfCounter * _sync_MonInCirculation;
       
   205   static PerfCounter * _sync_MonScavenged;
       
   206   static PerfCounter * _sync_Inflations;
   195   static PerfCounter * _sync_Inflations;
   207   static PerfCounter * _sync_Deflations;
   196   static PerfCounter * _sync_Deflations;
   208   static PerfLongVariable * _sync_MonExtant;
   197   static PerfLongVariable * _sync_MonExtant;
   209 
   198 
   210   static int Knob_ExitRelease;
   199   static int Knob_ExitRelease;