diff -r 10c6e9066819 -r e7fdc9d9c376 src/hotspot/share/runtime/synchronizer.hpp --- a/src/hotspot/share/runtime/synchronizer.hpp Tue Nov 27 17:53:17 2018 -0500 +++ b/src/hotspot/share/runtime/synchronizer.hpp Tue Nov 27 18:35:16 2018 -0500 @@ -35,9 +35,10 @@ class ThreadsList; struct DeflateMonitorCounters { - int nInuse; // currently associated with objects - int nInCirculation; // extant - int nScavenged; // reclaimed + int nInuse; // currently associated with objects + int nInCirculation; // extant + int nScavenged; // reclaimed + double perThreadTimes; // per-thread scavenge times }; class ObjectSynchronizer : AllStatic {