comparison src/share/vm/runtime/globals.hpp @ 7595:9deda4d8e126

8005204: Code Cache Reduction: command line options implementation Summary: Adding more detailed output on CodeCache usage Reviewed-by: kvn, vladidan Contributed-by: Alexander Harlap <alexander.harlap@oracle.com>
author vladidan
date Mon, 14 Jan 2013 13:52:08 -0500
parents 1f6d10b4cc0c
children 212c5b9c38e7
comparison
equal deleted inserted replaced
7594:94fa3c4e7643 7595:9deda4d8e126
927 \ 927 \
928 develop(bool, InterceptOSException, false, \ 928 develop(bool, InterceptOSException, false, \
929 "Starts debugger when an implicit OS (e.g., NULL) " \ 929 "Starts debugger when an implicit OS (e.g., NULL) " \
930 "exception happens") \ 930 "exception happens") \
931 \ 931 \
932 notproduct(bool, PrintCodeCache, false, \ 932 product(bool, PrintCodeCache, false, \
933 "Print the compiled_code cache when exiting") \ 933 "Print the code cache memory usage when exiting") \
934 \ 934 \
935 develop(bool, PrintCodeCache2, false, \ 935 develop(bool, PrintCodeCache2, false, \
936 "Print detailed info on the compiled_code cache when exiting") \ 936 "Print detailed usage info on the code cache when exiting") \
937 \
938 product(bool, PrintCodeCacheOnCompilation, false, \
939 "Print the code cache memory usage each time a method is compiled") \
937 \ 940 \
938 diagnostic(bool, PrintStubCode, false, \ 941 diagnostic(bool, PrintStubCode, false, \
939 "Print generated stub code") \ 942 "Print generated stub code") \
940 \ 943 \
941 product(bool, StackTraceInThrowable, true, \ 944 product(bool, StackTraceInThrowable, true, \