diff -r 9ce37fa2e179 -r 27b48d82272c src/hotspot/share/runtime/synchronizer.hpp --- a/src/hotspot/share/runtime/synchronizer.hpp Wed Oct 03 09:46:46 2018 -0400 +++ b/src/hotspot/share/runtime/synchronizer.hpp Wed Oct 03 15:05:46 2018 +0200 @@ -168,8 +168,6 @@ // count of entries in gOmInUseList static int gOmInUseCount; - // Process oops in all monitors - static void global_oops_do(OopClosure* f); // Process oops in all global used monitors (i.e. moribund thread's monitors) static void global_used_oops_do(OopClosure* f); // Process oops in monitors on the given list