< prev index next >

src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp

Print this page
rev 8074 : imported patch heap_statics_remove

*** 51,62 **** // Sizing policy for entire heap static PSAdaptiveSizePolicy* _size_policy; static PSGCAdaptivePolicyCounters* _gc_policy_counters; - static ParallelScavengeHeap* _psh; - GenerationSizer* _collector_policy; // Collection of generations that are adjacent in the // space reserved for the heap. AdjoiningGenerations* _gens; --- 51,60 ----
< prev index next >