comparison src/share/vm/runtime/globals.hpp @ 6867:bdb5f8c9978b

7199068: NPG: SharedSkipVerify is meaningless Summary: Remove the SharedSkipVerify flag Reviewed-by: kamg, sspitsyn, coleenp Contributed-by: harold.seigel@oracle.com
author coleenp
date Wed, 10 Oct 2012 17:04:33 -0400
parents 6e5a59a8e4a7
children e52361627b65
comparison
equal deleted inserted replaced
6842:b9a9ed0f8eeb 6867:bdb5f8c9978b
3540 "Size of the shared code area adjacent to the heap (in bytes)") \ 3540 "Size of the shared code area adjacent to the heap (in bytes)") \
3541 \ 3541 \
3542 product(uintx, SharedDummyBlockSize, 0, \ 3542 product(uintx, SharedDummyBlockSize, 0, \
3543 "Size of dummy block used to shift heap addresses (in bytes)") \ 3543 "Size of dummy block used to shift heap addresses (in bytes)") \
3544 \ 3544 \
3545 diagnostic(bool, SharedSkipVerify, false, \
3546 "Skip assert() and verify() which page-in unwanted shared " \
3547 "objects. ") \
3548 \
3549 diagnostic(bool, EnableInvokeDynamic, true, \ 3545 diagnostic(bool, EnableInvokeDynamic, true, \
3550 "support JSR 292 (method handles, invokedynamic, " \ 3546 "support JSR 292 (method handles, invokedynamic, " \
3551 "anonymous classes") \ 3547 "anonymous classes") \
3552 \ 3548 \
3553 diagnostic(bool, PrintMethodHandleStubs, false, \ 3549 diagnostic(bool, PrintMethodHandleStubs, false, \