< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 12782 : [mq]: 8177963-gctasktimestampentries-reviews

*** 1451,1463 **** \ product(uint, ConcGCThreads, 0, \ "Number of threads concurrent gc will use") \ constraint(ConcGCThreadsConstraintFunc,AfterErgo) \ \ ! product(uintx, GCTaskTimeStampEntries, 200, \ "Number of time stamp entries per gc worker thread") \ ! range(1, max_uintx) \ \ product(bool, AlwaysTenure, false, \ "Always tenure objects in eden (ParallelGC only)") \ \ product(bool, NeverTenure, false, \ --- 1451,1463 ---- \ product(uint, ConcGCThreads, 0, \ "Number of threads concurrent gc will use") \ constraint(ConcGCThreadsConstraintFunc,AfterErgo) \ \ ! product(uint, GCTaskTimeStampEntries, 200, \ "Number of time stamp entries per gc worker thread") \ ! range(1, max_jint) \ \ product(bool, AlwaysTenure, false, \ "Always tenure objects in eden (ParallelGC only)") \ \ product(bool, NeverTenure, false, \
< prev index next >