comparison src/share/vm/runtime/globals.hpp @ 8811:0ac03fef364f

Merge
author zgu
date Thu, 21 Mar 2013 06:53:53 -0700
parents 06db4c0afbf3 91bf0bdae37b
children 36376b540a98
comparison
equal deleted inserted replaced
8810:06db4c0afbf3 8811:0ac03fef364f
3576 "Size of the shared miscellaneous data area (in bytes)") \ 3576 "Size of the shared miscellaneous data area (in bytes)") \
3577 \ 3577 \
3578 product(uintx, SharedMiscCodeSize, 120*K, \ 3578 product(uintx, SharedMiscCodeSize, 120*K, \
3579 "Size of the shared miscellaneous code area (in bytes)") \ 3579 "Size of the shared miscellaneous code area (in bytes)") \
3580 \ 3580 \
3581 product(uintx, SharedDummyBlockSize, 0, \ 3581 product(uintx, SharedBaseAddress, LP64_ONLY(32*G) \
3582 "Size of dummy block used to shift heap addresses (in bytes)") \ 3582 NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \
3583 "Address to allocate shared memory region for class data") \
3583 \ 3584 \
3584 diagnostic(bool, EnableInvokeDynamic, true, \ 3585 diagnostic(bool, EnableInvokeDynamic, true, \
3585 "support JSR 292 (method handles, invokedynamic, " \ 3586 "support JSR 292 (method handles, invokedynamic, " \
3586 "anonymous classes") \ 3587 "anonymous classes") \
3587 \ 3588 \