comparison src/share/vm/runtime/globals.hpp @ 372:be41fa651400

Merge
author rasbold
date Tue, 30 Sep 2008 15:53:55 -0700
parents 032ddb9432ad 885fe0f95828
children ddfad9496151 cc80376deb0c
comparison
equal deleted inserted replaced
365:5f44674206d3 372:be41fa651400
705 "Print code generated for i2c/c2i adapters") \ 705 "Print code generated for i2c/c2i adapters") \
706 \ 706 \
707 diagnostic(bool, PrintAssembly, false, \ 707 diagnostic(bool, PrintAssembly, false, \
708 "Print assembly code (using external disassembler.so)") \ 708 "Print assembly code (using external disassembler.so)") \
709 \ 709 \
710 diagnostic(ccstr, PrintAssemblyOptions, false, \ 710 diagnostic(ccstr, PrintAssemblyOptions, NULL, \
711 "Options string passed to disassembler.so") \ 711 "Options string passed to disassembler.so") \
712 \ 712 \
713 diagnostic(bool, PrintNMethods, false, \ 713 diagnostic(bool, PrintNMethods, false, \
714 "Print assembly code for nmethods when generated") \ 714 "Print assembly code for nmethods when generated") \
715 \ 715 \
846 \ 846 \
847 product(bool, UseLWPSynchronization, true, \ 847 product(bool, UseLWPSynchronization, true, \
848 "Use LWP-based instead of libthread-based synchronization " \ 848 "Use LWP-based instead of libthread-based synchronization " \
849 "(SPARC only)") \ 849 "(SPARC only)") \
850 \ 850 \
851 product(ccstr, SyncKnobs, "", \ 851 product(ccstr, SyncKnobs, NULL, \
852 "(Unstable) Various monitor synchronization tunables") \ 852 "(Unstable) Various monitor synchronization tunables") \
853 \ 853 \
854 product(intx, EmitSync, 0, \ 854 product(intx, EmitSync, 0, \
855 "(Unsafe,Unstable) " \ 855 "(Unsafe,Unstable) " \
856 " Controls emission of inline sync fast-path code") \ 856 " Controls emission of inline sync fast-path code") \
1030 "Trace JNI calls") \ 1030 "Trace JNI calls") \
1031 \ 1031 \
1032 notproduct(bool, TraceJVMCalls, false, \ 1032 notproduct(bool, TraceJVMCalls, false, \
1033 "Trace JVM calls") \ 1033 "Trace JVM calls") \
1034 \ 1034 \
1035 product(ccstr, TraceJVMTI, "", \ 1035 product(ccstr, TraceJVMTI, NULL, \
1036 "Trace flags for JVMTI functions and events") \ 1036 "Trace flags for JVMTI functions and events") \
1037 \ 1037 \
1038 /* This option can change an EMCP method into an obsolete method. */ \ 1038 /* This option can change an EMCP method into an obsolete method. */ \
1039 /* This can affect tests that except specific methods to be EMCP. */ \ 1039 /* This can affect tests that except specific methods to be EMCP. */ \
1040 /* This option should be used with caution. */ \ 1040 /* This option should be used with caution. */ \