Enables or disables the verbose output for the class loading
system. The verbose output information and the output stream
to which the verbose information is emitted are implementation
dependent. Typically, a Java virtual machine implementation
prints a message each time a class file is loaded.
This method can be called by multiple threads concurrently.
Each invocation of this method enables or disables the verbose
output globally.
Parameters:
- value - true to enable the verbose output;
false to disable.
Throws:
- java.lang.SecurityException - if a security manager
exists and the caller does not have
ManagementPermission("control").