comparison src/share/vm/runtime/globals.hpp @ 6985:80e866b1d053

Merge
author coleenp
date Fri, 16 Nov 2012 09:19:12 -0500
parents bd7a7ce2e264 e4f764ddb06a
children 2cb439954abf 2d6c433b1f38
comparison
equal deleted inserted replaced
6974:6b6ddf8c4329 6985:80e866b1d053
3611 "Relax the access control checks in the verifier") \ 3611 "Relax the access control checks in the verifier") \
3612 \ 3612 \
3613 diagnostic(bool, PrintDTraceDOF, false, \ 3613 diagnostic(bool, PrintDTraceDOF, false, \
3614 "Print the DTrace DOF passed to the system for JSDT probes") \ 3614 "Print the DTrace DOF passed to the system for JSDT probes") \
3615 \ 3615 \
3616 product(uintx, StringTableSize, 1009, \ 3616 product(uintx, StringTableSize, defaultStringTableSize, \
3617 "Number of buckets in the interned String table") \ 3617 "Number of buckets in the interned String table") \
3618 \ 3618 \
3619 develop(bool, TraceDefaultMethods, false, \ 3619 develop(bool, TraceDefaultMethods, false, \
3620 "Trace the default method processing steps") \ 3620 "Trace the default method processing steps") \
3621 \ 3621 \