comparison src/share/vm/runtime/globals.hpp @ 6870:e52361627b65

Merge
author coleenp
date Mon, 15 Oct 2012 22:33:19 -0400
parents d804e148cff8 bdb5f8c9978b
children 588f08ed16cf 5ec0c42da025 77443715ec55
comparison
equal deleted inserted replaced
6861:58fbf2da3c16 6870:e52361627b65
3537 "Size of the shared code area adjacent to the heap (in bytes)") \ 3537 "Size of the shared code area adjacent to the heap (in bytes)") \
3538 \ 3538 \
3539 product(uintx, SharedDummyBlockSize, 0, \ 3539 product(uintx, SharedDummyBlockSize, 0, \
3540 "Size of dummy block used to shift heap addresses (in bytes)") \ 3540 "Size of dummy block used to shift heap addresses (in bytes)") \
3541 \ 3541 \
3542 diagnostic(bool, SharedSkipVerify, false, \
3543 "Skip assert() and verify() which page-in unwanted shared " \
3544 "objects. ") \
3545 \
3546 diagnostic(bool, EnableInvokeDynamic, true, \ 3542 diagnostic(bool, EnableInvokeDynamic, true, \
3547 "support JSR 292 (method handles, invokedynamic, " \ 3543 "support JSR 292 (method handles, invokedynamic, " \
3548 "anonymous classes") \ 3544 "anonymous classes") \
3549 \ 3545 \
3550 diagnostic(bool, PrintMethodHandleStubs, false, \ 3546 diagnostic(bool, PrintMethodHandleStubs, false, \