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, \ |