src/share/vm/runtime/globals.hpp

changeset 4382
e51c9860cf66
parent 4364
2d6c433b1f38
child 4384
b735136e0d82
equal deleted inserted replaced
4381:cd962e15c08e 4382: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 \

mercurial