equal
deleted
inserted
replaced
65 \ |
65 \ |
66 diagnostic(uint, ZStatisticsInterval, 10, \ |
66 diagnostic(uint, ZStatisticsInterval, 10, \ |
67 "Time between statistics print outs (in seconds)") \ |
67 "Time between statistics print outs (in seconds)") \ |
68 range(1, (uint)-1) \ |
68 range(1, (uint)-1) \ |
69 \ |
69 \ |
70 diagnostic(bool, ZStatisticsForceTrace, false, \ |
|
71 "Force tracing of ZStats") \ |
|
72 \ |
|
73 diagnostic(bool, ZProactive, true, \ |
70 diagnostic(bool, ZProactive, true, \ |
74 "Enable proactive GC cycles") \ |
71 "Enable proactive GC cycles") \ |
75 \ |
72 \ |
76 diagnostic(bool, ZVerifyViews, false, \ |
73 diagnostic(bool, ZVerifyViews, false, \ |
77 "Verify heap view accesses") \ |
74 "Verify heap view accesses") \ |