mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8154467: Cleanup initialization of GCPolicyCounters
Reviewed-by: ehelin, sjohanss
This commit is contained in:
parent
fdd7fde740
commit
39b43a87e7
7 changed files with 21 additions and 23 deletions
|
@ -41,5 +41,11 @@ class GenerationSizer : public GenCollectorPolicy {
|
|||
void initialize_alignments();
|
||||
void initialize_flags();
|
||||
void initialize_size_info();
|
||||
|
||||
public:
|
||||
// We don't have associated counters and complain if this is invoked.
|
||||
void initialize_gc_policy_counters() {
|
||||
ShouldNotReachHere();
|
||||
}
|
||||
};
|
||||
#endif // SHARE_VM_GC_PARALLEL_GENERATIONSIZER_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue