< prev index next >

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

Print this page

        

*** 972,984 **** static AdjustKlassClosure _adjust_klass_closure; // Reference processing (used in ...follow_contents) static ReferenceProcessor* _ref_processor; - // Updated location of intArrayKlassObj. - static Klass* _updated_int_array_klass_obj; - // Values computed at initialization and used by dead_wood_limiter(). static double _dwl_mean; static double _dwl_std_dev; static double _dwl_first_term; static double _dwl_adjustment; --- 972,981 ----
*** 1147,1159 **** static unsigned int total_invocations() { return _total_invocations; } static CollectorCounters* counters() { return _counters; } // Used to add tasks static GCTaskManager* const gc_task_manager(); - static Klass* updated_int_array_klass_obj() { - return _updated_int_array_klass_obj; - } // Marking support static inline bool mark_obj(oop obj); static inline bool is_marked(oop obj); --- 1144,1153 ----
< prev index next >