comparison src/share/vm/runtime/globals.hpp @ 7446:e51c9860cf66

8005082: NPG: Add specialized Metachunk sizes for reflection and anonymous classloaders Reviewed-by: johnc, coleenp
author jmasa
date Mon, 03 Dec 2012 15:09:39 -0800
parents 2d6c433b1f38
children b735136e0d82
comparison
equal deleted inserted replaced
7445:cd962e15c08e 7446:e51c9860cf66
2215 "Trace loader constraints") \ 2215 "Trace loader constraints") \
2216 \ 2216 \
2217 develop(bool, TraceClassLoaderData, false, \ 2217 develop(bool, TraceClassLoaderData, false, \
2218 "Trace class loader loader_data lifetime") \ 2218 "Trace class loader loader_data lifetime") \
2219 \ 2219 \
2220 product(uintx, InitialBootClassLoaderMetaspaceSize, 3*M, \ 2220 product(uintx, InitialBootClassLoaderMetaspaceSize, \
2221 NOT_LP64(2200*K) LP64_ONLY(4*M), \
2221 "Initial size of the boot class loader data metaspace") \ 2222 "Initial size of the boot class loader data metaspace") \
2222 \ 2223 \
2223 product(bool, TraceGen0Time, false, \ 2224 product(bool, TraceGen0Time, false, \
2224 "Trace accumulated time for Gen 0 collection") \ 2225 "Trace accumulated time for Gen 0 collection") \
2225 \ 2226 \