mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8034246: remove CMS and ParNew adaptive size policy code
Reviewed-by: tschatzl, jwilhelm, mgerdin
This commit is contained in:
parent
aec070cb69
commit
900ca33ab0
21 changed files with 29 additions and 3651 deletions
|
@ -47,19 +47,4 @@ class ConcurrentMarkSweepPolicy : public GenCollectorPolicy {
|
|||
virtual bool has_soft_ended_eden();
|
||||
};
|
||||
|
||||
class ASConcurrentMarkSweepPolicy : public ConcurrentMarkSweepPolicy {
|
||||
public:
|
||||
|
||||
// Initialize the jstat counters. This method requires a
|
||||
// size policy. The size policy is expected to be created
|
||||
// after the generations are fully initialized so the
|
||||
// initialization of the counters need to be done post
|
||||
// the initialization of the generations.
|
||||
void initialize_gc_policy_counters();
|
||||
|
||||
virtual CollectorPolicy::Name kind() {
|
||||
return CollectorPolicy::ASConcurrentMarkSweepPolicyKind;
|
||||
}
|
||||
};
|
||||
|
||||
#endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CMSCOLLECTORPOLICY_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue