src/share/vm/runtime/globals.hpp

changeset 7038
8ae0d26ab728
parent 7031
ee019285a52c
child 7040
da00a41842a5
equal deleted inserted replaced
7037:5c8178d7dd35 7038:8ae0d26ab728
1214 "Verify all arguments to JNI calls") \ 1214 "Verify all arguments to JNI calls") \
1215 \ 1215 \
1216 product(bool, UseFastJNIAccessors, true, \ 1216 product(bool, UseFastJNIAccessors, true, \
1217 "Use optimized versions of Get<Primitive>Field") \ 1217 "Use optimized versions of Get<Primitive>Field") \
1218 \ 1218 \
1219 product(intx, MaxJNILocalCapacity, 65536, \
1220 "Maximum allowable local JNI handle capacity to " \
1221 "EnsureLocalCapacity() and PushLocalFrame(), " \
1222 "where <= 0 is unlimited, default: 65536") \
1223 \
1219 product(bool, EagerXrunInit, false, \ 1224 product(bool, EagerXrunInit, false, \
1220 "Eagerly initialize -Xrun libraries; allows startup profiling, " \ 1225 "Eagerly initialize -Xrun libraries; allows startup profiling, " \
1221 "but not all -Xrun libraries may support the state of the VM " \ 1226 "but not all -Xrun libraries may support the state of the VM " \
1222 "at this time") \ 1227 "at this time") \
1223 \ 1228 \

mercurial