< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page




 844                                                                             \
 845   develop(bool, LoadLineNumberTables, true,                                 \
 846           "Tell whether the class file parser loads line number tables")    \
 847                                                                             \
 848   develop(bool, LoadLocalVariableTables, true,                              \
 849           "Tell whether the class file parser loads local variable tables") \
 850                                                                             \
 851   develop(bool, LoadLocalVariableTypeTables, true,                          \
 852           "Tell whether the class file parser loads local variable type"    \
 853           "tables")                                                         \
 854                                                                             \
 855   product(bool, AllowUserSignalHandlers, false,                             \
 856           "Do not complain if the application installs signal handlers "    \
 857           "(Solaris & Linux only)")                                         \
 858                                                                             \
 859   product(bool, UseSignalChaining, true,                                    \
 860           "Use signal-chaining to invoke signal handlers installed "        \
 861           "by the application (Solaris & Linux only)")                      \
 862                                                                             \
 863   product(bool, AllowJNIEnvProxy, false,                                    \
 864           "Allow JNIEnv proxies for jdbx")                                  \
 865                                                                             \
 866   product(bool, RestoreMXCSROnJNICalls, false,                              \
 867           "Restore MXCSR when returning from JNI calls")                    \
 868                                                                             \
 869   product(bool, CheckJNICalls, false,                                       \
 870           "Verify all arguments to JNI calls")                              \
 871                                                                             \
 872   product(bool, UseFastJNIAccessors, true,                                  \
 873           "Use optimized versions of Get<Primitive>Field")                  \
 874                                                                             \
 875   product(intx, MaxJNILocalCapacity, 65536,                                 \
 876           "Maximum allowable local JNI handle capacity to "                 \
 877           "EnsureLocalCapacity() and PushLocalFrame(), "                    \
 878           "where <= 0 is unlimited, default: 65536")                        \
 879           range(min_intx, max_intx)                                         \
 880                                                                             \
 881   product(bool, EagerXrunInit, false,                                       \
 882           "Eagerly initialize -Xrun libraries; allows startup profiling, "  \
 883           "but not all -Xrun libraries may support the state of the VM "    \
 884           "at this time")                                                   \




 844                                                                             \
 845   develop(bool, LoadLineNumberTables, true,                                 \
 846           "Tell whether the class file parser loads line number tables")    \
 847                                                                             \
 848   develop(bool, LoadLocalVariableTables, true,                              \
 849           "Tell whether the class file parser loads local variable tables") \
 850                                                                             \
 851   develop(bool, LoadLocalVariableTypeTables, true,                          \
 852           "Tell whether the class file parser loads local variable type"    \
 853           "tables")                                                         \
 854                                                                             \
 855   product(bool, AllowUserSignalHandlers, false,                             \
 856           "Do not complain if the application installs signal handlers "    \
 857           "(Solaris & Linux only)")                                         \
 858                                                                             \
 859   product(bool, UseSignalChaining, true,                                    \
 860           "Use signal-chaining to invoke signal handlers installed "        \
 861           "by the application (Solaris & Linux only)")                      \
 862                                                                             \
 863   product(bool, AllowJNIEnvProxy, false,                                    \
 864           "(Deprecated) Allow JNIEnv proxies for jdbx")                     \
 865                                                                             \
 866   product(bool, RestoreMXCSROnJNICalls, false,                              \
 867           "Restore MXCSR when returning from JNI calls")                    \
 868                                                                             \
 869   product(bool, CheckJNICalls, false,                                       \
 870           "Verify all arguments to JNI calls")                              \
 871                                                                             \
 872   product(bool, UseFastJNIAccessors, true,                                  \
 873           "Use optimized versions of Get<Primitive>Field")                  \
 874                                                                             \
 875   product(intx, MaxJNILocalCapacity, 65536,                                 \
 876           "Maximum allowable local JNI handle capacity to "                 \
 877           "EnsureLocalCapacity() and PushLocalFrame(), "                    \
 878           "where <= 0 is unlimited, default: 65536")                        \
 879           range(min_intx, max_intx)                                         \
 880                                                                             \
 881   product(bool, EagerXrunInit, false,                                       \
 882           "Eagerly initialize -Xrun libraries; allows startup profiling, "  \
 883           "but not all -Xrun libraries may support the state of the VM "    \
 884           "at this time")                                                   \


< prev index next >