equal
deleted
inserted
replaced
86 |
86 |
87 send_reference_stats_event(REF_SOFT, rps.soft_count()); |
87 send_reference_stats_event(REF_SOFT, rps.soft_count()); |
88 send_reference_stats_event(REF_WEAK, rps.weak_count()); |
88 send_reference_stats_event(REF_WEAK, rps.weak_count()); |
89 send_reference_stats_event(REF_FINAL, rps.final_count()); |
89 send_reference_stats_event(REF_FINAL, rps.final_count()); |
90 send_reference_stats_event(REF_PHANTOM, rps.phantom_count()); |
90 send_reference_stats_event(REF_PHANTOM, rps.phantom_count()); |
91 send_reference_stats_event(REF_CLEANER, rps.cleaner_count()); |
|
92 send_reference_stats_event(REF_JNI, rps.jni_weak_ref_count()); |
|
93 } |
91 } |
94 |
92 |
95 #if INCLUDE_SERVICES |
93 #if INCLUDE_SERVICES |
96 class ObjectCountEventSenderClosure : public KlassInfoClosure { |
94 class ObjectCountEventSenderClosure : public KlassInfoClosure { |
97 const GCId _gc_id; |
95 const GCId _gc_id; |