src/share/vm/runtime/globals.hpp

changeset 3499
aa3d708d67c4
parent 3495
5f17b16b3219
child 3500
0382d2b469b2
equal deleted inserted replaced
3498:f067b4e0e04b 3499:aa3d708d67c4
734 "Trace external suspend wait failures") \ 734 "Trace external suspend wait failures") \
735 \ 735 \
736 product(bool, MaxFDLimit, true, \ 736 product(bool, MaxFDLimit, true, \
737 "Bump the number of file descriptors to max in solaris.") \ 737 "Bump the number of file descriptors to max in solaris.") \
738 \ 738 \
739 notproduct(bool, LogEvents, trueInDebug, \ 739 diagnostic(bool, LogEvents, true, \
740 "Enable Event log") \ 740 "Enable the various ring buffer event logs") \
741 \
742 diagnostic(intx, LogEventsBufferEntries, 10, \
743 "Enable the various ring buffer event logs") \
741 \ 744 \
742 product(bool, BytecodeVerificationRemote, true, \ 745 product(bool, BytecodeVerificationRemote, true, \
743 "Enables the Java bytecode verifier for remote classes") \ 746 "Enables the Java bytecode verifier for remote classes") \
744 \ 747 \
745 product(bool, BytecodeVerificationLocal, false, \ 748 product(bool, BytecodeVerificationLocal, false, \

mercurial