comparison src/share/vm/runtime/globals.hpp @ 370:885fe0f95828

6744783: HotSpot segfaults if given -XX options with an empty string argument Reviewed-by: kamg, kvn Contributed-by: volker.simonis@gmail.com
author never
date Thu, 25 Sep 2008 12:50:51 -0700
parents 93befa083681
children be41fa651400
comparison
equal deleted inserted replaced
369:5f85534046c2 370:885fe0f95828
690 "Print code generated for i2c/c2i adapters") \ 690 "Print code generated for i2c/c2i adapters") \
691 \ 691 \
692 diagnostic(bool, PrintAssembly, false, \ 692 diagnostic(bool, PrintAssembly, false, \
693 "Print assembly code (using external disassembler.so)") \ 693 "Print assembly code (using external disassembler.so)") \
694 \ 694 \
695 diagnostic(ccstr, PrintAssemblyOptions, false, \ 695 diagnostic(ccstr, PrintAssemblyOptions, NULL, \
696 "Options string passed to disassembler.so") \ 696 "Options string passed to disassembler.so") \
697 \ 697 \
698 diagnostic(bool, PrintNMethods, false, \ 698 diagnostic(bool, PrintNMethods, false, \
699 "Print assembly code for nmethods when generated") \ 699 "Print assembly code for nmethods when generated") \
700 \ 700 \
831 \ 831 \
832 product(bool, UseLWPSynchronization, true, \ 832 product(bool, UseLWPSynchronization, true, \
833 "Use LWP-based instead of libthread-based synchronization " \ 833 "Use LWP-based instead of libthread-based synchronization " \
834 "(SPARC only)") \ 834 "(SPARC only)") \
835 \ 835 \
836 product(ccstr, SyncKnobs, "", \ 836 product(ccstr, SyncKnobs, NULL, \
837 "(Unstable) Various monitor synchronization tunables") \ 837 "(Unstable) Various monitor synchronization tunables") \
838 \ 838 \
839 product(intx, EmitSync, 0, \ 839 product(intx, EmitSync, 0, \
840 "(Unsafe,Unstable) " \ 840 "(Unsafe,Unstable) " \
841 " Controls emission of inline sync fast-path code") \ 841 " Controls emission of inline sync fast-path code") \
1015 "Trace JNI calls") \ 1015 "Trace JNI calls") \
1016 \ 1016 \
1017 notproduct(bool, TraceJVMCalls, false, \ 1017 notproduct(bool, TraceJVMCalls, false, \
1018 "Trace JVM calls") \ 1018 "Trace JVM calls") \
1019 \ 1019 \
1020 product(ccstr, TraceJVMTI, "", \ 1020 product(ccstr, TraceJVMTI, NULL, \
1021 "Trace flags for JVMTI functions and events") \ 1021 "Trace flags for JVMTI functions and events") \
1022 \ 1022 \
1023 /* This option can change an EMCP method into an obsolete method. */ \ 1023 /* This option can change an EMCP method into an obsolete method. */ \
1024 /* This can affect tests that except specific methods to be EMCP. */ \ 1024 /* This can affect tests that except specific methods to be EMCP. */ \
1025 /* This option should be used with caution. */ \ 1025 /* This option should be used with caution. */ \