--- old/src/share/vm/runtime/globals.hpp 2016-02-22 12:12:14.000000000 -0600 +++ new/src/share/vm/runtime/globals.hpp 2016-02-22 12:12:14.000000000 -0600 @@ -1442,9 +1442,6 @@ product(bool, VerifyMergedCPBytecodes, true, \ "Verify bytecodes after RedefineClasses constant pool merging") \ \ - develop(bool, TraceJNIHandleAllocation, false, \ - "Trace allocation/deallocation of JNI handle blocks") \ - \ develop(bool, TraceBytecodes, false, \ "Trace bytecode execution") \ \