comparison src/share/vm/runtime/globals.hpp @ 2264:a97fd181b813

Merge
author kvn
date Wed, 23 Feb 2011 11:18:16 -0800
parents 850b2295a494 f77b3ec064b0
children cf16c93393f5 bc6b27fb3568
comparison
equal deleted inserted replaced
2263:5841dc1964f0 2264:a97fd181b813
3659 "Always start Attach Listener at VM startup") \ 3659 "Always start Attach Listener at VM startup") \
3660 \ 3660 \
3661 manageable(bool, PrintConcurrentLocks, false, \ 3661 manageable(bool, PrintConcurrentLocks, false, \
3662 "Print java.util.concurrent locks in thread dump") \ 3662 "Print java.util.concurrent locks in thread dump") \
3663 \ 3663 \
3664 diagnostic(bool, TransmitErrorReport, false, \ 3664 product(bool, TransmitErrorReport, false, \
3665 "Enable error report transmission on erroneous termination") \ 3665 "Enable error report transmission on erroneous termination") \
3666 \ 3666 \
3667 diagnostic(ccstr, ErrorReportServer, NULL, \ 3667 product(ccstr, ErrorReportServer, NULL, \
3668 "Override built-in error report server address") \ 3668 "Override built-in error report server address") \
3669 \ 3669 \
3670 /* Shared spaces */ \ 3670 /* Shared spaces */ \
3671 \ 3671 \
3672 product(bool, UseSharedSpaces, true, \ 3672 product(bool, UseSharedSpaces, true, \
3693 "Size of read-write space in permanent generation (in bytes)") \ 3693 "Size of read-write space in permanent generation (in bytes)") \
3694 \ 3694 \
3695 product(uintx, SharedReadOnlySize, 10*M, \ 3695 product(uintx, SharedReadOnlySize, 10*M, \
3696 "Size of read-only space in permanent generation (in bytes)") \ 3696 "Size of read-only space in permanent generation (in bytes)") \
3697 \ 3697 \
3698 product(uintx, SharedMiscDataSize, 4*M, \ 3698 product(uintx, SharedMiscDataSize, NOT_LP64(4*M) LP64_ONLY(5*M), \
3699 "Size of the shared data area adjacent to the heap (in bytes)") \ 3699 "Size of the shared data area adjacent to the heap (in bytes)") \
3700 \ 3700 \
3701 product(uintx, SharedMiscCodeSize, 4*M, \ 3701 product(uintx, SharedMiscCodeSize, 4*M, \
3702 "Size of the shared code area adjacent to the heap (in bytes)") \ 3702 "Size of the shared code area adjacent to the heap (in bytes)") \
3703 \ 3703 \