src/share/vm/runtime/globals.hpp

changeset 2571
a97fd181b813
parent 2567
850b2295a494
parent 2550
f77b3ec064b0
child 2573
cf16c93393f5
child 2605
bc6b27fb3568
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Feb 22 15:26:36 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Feb 23 11:18:16 2011 -0800
     1.3 @@ -3661,10 +3661,10 @@
     1.4    manageable(bool, PrintConcurrentLocks, false,                             \
     1.5            "Print java.util.concurrent locks in thread dump")                \
     1.6                                                                              \
     1.7 -  diagnostic(bool, TransmitErrorReport, false,                              \
     1.8 +  product(bool, TransmitErrorReport, false,                                 \
     1.9            "Enable error report transmission on erroneous termination")      \
    1.10                                                                              \
    1.11 -  diagnostic(ccstr, ErrorReportServer, NULL,                                \
    1.12 +  product(ccstr, ErrorReportServer, NULL,                                   \
    1.13            "Override built-in error report server address")                  \
    1.14                                                                              \
    1.15    /* Shared spaces */                                                       \
    1.16 @@ -3695,7 +3695,7 @@
    1.17    product(uintx, SharedReadOnlySize,   10*M,                                \
    1.18            "Size of read-only space in permanent generation (in bytes)")     \
    1.19                                                                              \
    1.20 -  product(uintx, SharedMiscDataSize,    4*M,                                \
    1.21 +  product(uintx, SharedMiscDataSize,    NOT_LP64(4*M) LP64_ONLY(5*M),       \
    1.22            "Size of the shared data area adjacent to the heap (in bytes)")   \
    1.23                                                                              \
    1.24    product(uintx, SharedMiscCodeSize,    4*M,                                \

mercurial