comparison src/share/vm/runtime/globals.hpp @ 1544:1a88d3c58e1d

Merge
author jrose
date Thu, 20 May 2010 01:34:22 -0700
parents 8bfe9058ca46 bfe29ec02863
children c18cbe5936b8 2d127394260e b96a3e44582f
comparison
equal deleted inserted replaced
1536:892898e961c5 1544:1a88d3c58e1d
2762 "Delay in milliseconds for option SafepointTimeout") \ 2762 "Delay in milliseconds for option SafepointTimeout") \
2763 \ 2763 \
2764 product(intx, NmethodSweepFraction, 4, \ 2764 product(intx, NmethodSweepFraction, 4, \
2765 "Number of invocations of sweeper to cover all nmethods") \ 2765 "Number of invocations of sweeper to cover all nmethods") \
2766 \ 2766 \
2767 product(intx, NmethodSweepCheckInterval, 5, \
2768 "Compilers wake up every n seconds to possibly sweep nmethods") \
2769 \
2767 notproduct(intx, MemProfilingInterval, 500, \ 2770 notproduct(intx, MemProfilingInterval, 500, \
2768 "Time between each invocation of the MemProfiler") \ 2771 "Time between each invocation of the MemProfiler") \
2769 \ 2772 \
2770 develop(intx, MallocCatchPtr, -1, \ 2773 develop(intx, MallocCatchPtr, -1, \
2771 "Hit breakpoint when mallocing/freeing this pointer") \ 2774 "Hit breakpoint when mallocing/freeing this pointer") \