diff -r 24261e03ba4c -r 2ea471384931 hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Wed Feb 04 16:26:38 2015 +0100 +++ b/hotspot/src/share/vm/runtime/globals.hpp Mon Jan 12 14:05:16 2015 +0100 @@ -3847,9 +3847,6 @@ product(bool, RelaxAccessControlCheck, false, \ "Relax the access control checks in the verifier") \ \ - diagnostic(bool, PrintDTraceDOF, false, \ - "Print the DTrace DOF passed to the system for JSDT probes") \ - \ product(uintx, StringTableSize, defaultStringTableSize, \ "Number of buckets in the interned String table") \ \