comparison src/share/vm/runtime/globals.hpp @ 4864:b2cd0ee8f778

7114376: Make system dictionary hashtable bucket array size configurable Summary: 7u4 new experimental flag -XX:PredictedClassLoadedCount=# Reviewed-by: dholmes, phh, dcubed
author acorn
date Mon, 30 Jan 2012 23:27:30 -0500
parents de268c8a8075
children 527cf36f4a20
comparison
equal deleted inserted replaced
4863:d96c130c9399 4864:b2cd0ee8f778
1040 "Write memory usage profiling to log file") \ 1040 "Write memory usage profiling to log file") \
1041 \ 1041 \
1042 notproduct(bool, PrintSystemDictionaryAtExit, false, \ 1042 notproduct(bool, PrintSystemDictionaryAtExit, false, \
1043 "Prints the system dictionary at exit") \ 1043 "Prints the system dictionary at exit") \
1044 \ 1044 \
1045 experimental(intx, PredictedLoadedClassCount, 0, \
1046 "Experimental: Tune loaded class cache starting size.") \
1047 \
1045 diagnostic(bool, UnsyncloadClass, false, \ 1048 diagnostic(bool, UnsyncloadClass, false, \
1046 "Unstable: VM calls loadClass unsynchronized. Custom " \ 1049 "Unstable: VM calls loadClass unsynchronized. Custom " \
1047 "class loader must call VM synchronized for findClass " \ 1050 "class loader must call VM synchronized for findClass " \
1048 "and defineClass.") \ 1051 "and defineClass.") \
1049 \ 1052 \