diff -r 90eabed33a6c -r c57d749ef4fb hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Tue Mar 29 14:37:07 2016 -0400 +++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Mar 29 20:51:59 2016 +0200 @@ -951,9 +951,6 @@ notproduct(bool, PrintMallocFree, false, \ "Trace calls to C heap malloc/free allocation") \ \ - product(bool, PrintOopAddress, false, \ - "Always print the location of the oop") \ - \ notproduct(bool, VerifyCodeCache, false, \ "Verify code cache on memory allocation/deallocation") \ \