< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 1140,1166 **** "Print the system dictionary at exit") \ \ diagnostic(bool, DynamicallyResizeSystemDictionaries, true, \ "Dynamically resize system dictionaries as needed") \ \ - diagnostic(bool, UnsyncloadClass, false, \ - "Unstable: VM calls loadClass unsynchronized. Custom " \ - "class loader must call VM synchronized for findClass " \ - "and defineClass.") \ - \ product(bool, AlwaysLockClassLoader, false, \ "Require the VM to acquire the class loader lock before calling " \ "loadClass() even for class loaders registering " \ "as parallel capable") \ \ product(bool, AllowParallelDefineClass, false, \ "Allow parallel defineClass requests for class loaders " \ "registering as parallel capable") \ \ - product(bool, MustCallLoadClassInternal, false, \ - "Call loadClassInternal() rather than loadClass()") \ - \ product_pd(bool, DontYieldALot, \ "Throw away obvious excess yield calls") \ \ develop(bool, UseDetachedThreads, true, \ "Use detached threads that are recycled upon termination " \ --- 1140,1158 ----
< prev index next >