diff -r 7fd17c40a180 -r 09d719d466a6 hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Thu Mar 24 15:19:06 2016 +0000 +++ b/hotspot/src/share/vm/runtime/globals.hpp Thu Mar 24 13:25:10 2016 -0400 @@ -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") \ \