comparison src/share/vm/runtime/globals.hpp @ 1538:bfe29ec02863

6950075: nmethod sweeper should operate concurrently Reviewed-by: never, kvn Contributed-by: eric.caspole@amd.com
author never
date Mon, 17 May 2010 16:50:07 -0700
parents df736661d0c8
children 1a88d3c58e1d
comparison
equal deleted inserted replaced
1537:79bf863697eb 1538:bfe29ec02863
2754 "Delay in milliseconds for option SafepointTimeout") \ 2754 "Delay in milliseconds for option SafepointTimeout") \
2755 \ 2755 \
2756 product(intx, NmethodSweepFraction, 4, \ 2756 product(intx, NmethodSweepFraction, 4, \
2757 "Number of invocations of sweeper to cover all nmethods") \ 2757 "Number of invocations of sweeper to cover all nmethods") \
2758 \ 2758 \
2759 product(intx, NmethodSweepCheckInterval, 5, \
2760 "Compilers wake up every n seconds to possibly sweep nmethods") \
2761 \
2759 notproduct(intx, MemProfilingInterval, 500, \ 2762 notproduct(intx, MemProfilingInterval, 500, \
2760 "Time between each invocation of the MemProfiler") \ 2763 "Time between each invocation of the MemProfiler") \
2761 \ 2764 \
2762 develop(intx, MallocCatchPtr, -1, \ 2765 develop(intx, MallocCatchPtr, -1, \
2763 "Hit breakpoint when mallocing/freeing this pointer") \ 2766 "Hit breakpoint when mallocing/freeing this pointer") \