--- old/src/share/vm/runtime/globals.hpp 2014-02-04 16:00:32.170625769 +0100 +++ new/src/share/vm/runtime/globals.hpp 2014-02-04 16:00:32.038625772 +0100 @@ -811,8 +811,8 @@ product(bool, PrintOopAddress, false, \ "Always print the location of the oop") \ \ - notproduct(bool, VerifyCodeCacheOften, false, \ - "Verify compiled-code cache often") \ + notproduct(bool, VerifyCodeCache, false, \ + "Verify code code cache on memory allocation/deallocation") \ \ develop(bool, ZapDeadCompiledLocals, false, \ "Zap dead locals in compiler frames") \