comparison src/share/vm/runtime/globals.hpp @ 4872:aa3d708d67c4

7141200: log some interesting information in ring buffers for crashes Reviewed-by: kvn, jrose, kevinw, brutisso, twisti, jmasa
author never
date Wed, 01 Feb 2012 07:59:01 -0800
parents 5f17b16b3219
children 0382d2b469b2
comparison
equal deleted inserted replaced
4871:f067b4e0e04b 4872: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, \