--- old/src/hotspot/share/runtime/objectMonitor.hpp 2018-09-07 14:09:13.299013329 -0700 +++ new/src/hotspot/share/runtime/objectMonitor.hpp 2018-09-07 14:09:13.047013338 -0700 @@ -321,21 +321,4 @@ bool ExitSuspendEquivalent(JavaThread * Self); }; -#undef TEVENT -#define TEVENT(nom) { if (SyncVerbose) FEVENT(nom); } - -#define FEVENT(nom) \ - { \ - static volatile int ctr = 0; \ - int v = ++ctr; \ - if ((v & (v - 1)) == 0) { \ - tty->print_cr("INFO: " #nom " : %d", v); \ - tty->flush(); \ - } \ - } - -#undef TEVENT -#define TEVENT(nom) {;} - - #endif // SHARE_VM_RUNTIME_OBJECTMONITOR_HPP