src/share/vm/runtime/globals.hpp

Print this page

        

*** 3683,3692 **** --- 3683,3695 ---- "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, ProtectionDomainCacheSize, defaultProtectionDomainCacheSize,\ + "Number of buckets in the protection domain cache table") \ + \ product(uintx, StringTableSize, defaultStringTableSize, \ "Number of buckets in the interned String table") \ \ develop(bool, TraceDefaultMethods, false, \ "Trace the default method processing steps") \