comparison src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp @ 6818:22b8d3d181d9

8000351: Tenuring threshold should be unsigned Summary: Change the flags and variables related to tenuring threshold to be unsigned Reviewed-by: jmasa, johnc
author jwilhelm
date Wed, 03 Oct 2012 20:31:41 +0200
parents d2a62e0f25eb
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6817:f81a7c0c618d 6818:22b8d3d181d9
487 GCCause::Cause gc_cause, 487 GCCause::Cause gc_cause,
488 CollectorPolicy* collector_policy); 488 CollectorPolicy* collector_policy);
489 489
490 // Printing support 490 // Printing support
491 virtual bool print_adaptive_size_policy_on(outputStream* st) const; 491 virtual bool print_adaptive_size_policy_on(outputStream* st) const;
492 bool print_adaptive_size_policy_on(outputStream* st, int 492 bool print_adaptive_size_policy_on(outputStream* st,
493 tenuring_threshold) const; 493 uint tenuring_threshold) const;
494 }; 494 };
495 495
496 // Class that can be used to print information about the 496 // Class that can be used to print information about the
497 // adaptive size policy at intervals specified by 497 // adaptive size policy at intervals specified by
498 // AdaptiveSizePolicyOutputInterval. Only print information 498 // AdaptiveSizePolicyOutputInterval. Only print information