src/share/vm/runtime/globals.hpp

changeset 7038
8ae0d26ab728
parent 7031
ee019285a52c
child 7040
da00a41842a5
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Aug 14 12:58:56 2014 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Aug 14 10:56:34 2014 +0200
     1.3 @@ -1216,6 +1216,11 @@
     1.4    product(bool, UseFastJNIAccessors, true,                                  \
     1.5            "Use optimized versions of Get<Primitive>Field")                  \
     1.6                                                                              \
     1.7 +  product(intx, MaxJNILocalCapacity, 65536,                                 \
     1.8 +          "Maximum allowable local JNI handle capacity to "                 \
     1.9 +          "EnsureLocalCapacity() and PushLocalFrame(), "                    \
    1.10 +          "where <= 0 is unlimited, default: 65536")                        \
    1.11 +                                                                            \
    1.12    product(bool, EagerXrunInit, false,                                       \
    1.13            "Eagerly initialize -Xrun libraries; allows startup profiling, "  \
    1.14            "but not all -Xrun libraries may support the state of the VM "    \

mercurial