comparison src/share/vm/runtime/globals.hpp @ 3384:f52ed367b66d

6996747: SIGSEGV in nmethod::cleanup_inline_caches / CompiledIC::verify Reviewed-by: kvn, iveresov
author never
date Mon, 16 May 2011 22:16:44 -0700
parents 688202ef6306
children a80577f854f9
comparison
equal deleted inserted replaced
3383:38569792a45a 3384:f52ed367b66d
2907 "Number of invocations of sweeper to cover all nmethods") \ 2907 "Number of invocations of sweeper to cover all nmethods") \
2908 \ 2908 \
2909 product(intx, NmethodSweepCheckInterval, 5, \ 2909 product(intx, NmethodSweepCheckInterval, 5, \
2910 "Compilers wake up every n seconds to possibly sweep nmethods") \ 2910 "Compilers wake up every n seconds to possibly sweep nmethods") \
2911 \ 2911 \
2912 notproduct(bool, LogSweeper, false, \
2913 "Keep a ring buffer of sweeper activity") \
2914 \
2915 notproduct(intx, SweeperLogEntries, 1024, \
2916 "Number of records in the ring buffer of sweeper activity") \
2917 \
2912 notproduct(intx, MemProfilingInterval, 500, \ 2918 notproduct(intx, MemProfilingInterval, 500, \
2913 "Time between each invocation of the MemProfiler") \ 2919 "Time between each invocation of the MemProfiler") \
2914 \ 2920 \
2915 develop(intx, MallocCatchPtr, -1, \ 2921 develop(intx, MallocCatchPtr, -1, \
2916 "Hit breakpoint when mallocing/freeing this pointer") \ 2922 "Hit breakpoint when mallocing/freeing this pointer") \