You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LeakHunterQuery_Msg_AccumulatedBy=The memory is accumulated in classloader/component <strong><q>{0}</q></strong> which occupies <strong>{1}</strong> bytes.
414
414
LeakHunterQuery_Msg_AccumulatedByInstance=The memory is accumulated in one instance of <strong><q>{0}</q></strong>, loaded by <strong><q>{1}</q></strong>, which occupies <strong>{2}</strong> bytes.
415
+
LeakHunterQuery_Msg_AccumulatedByInstanceNoCL=The memory is accumulated in one instance of <strong><q>{0}</q></strong> which occupies <strong>{2}</strong> bytes.
415
416
LeakHunterQuery_Msg_AccumulatedByLoadedBy=The memory is accumulated in class <strong><q>{0}</q></strong>, loaded by <strong><q>{1}</q></strong>, which occupies <strong>{2}</strong> bytes.
417
+
LeakHunterQuery_Msg_AccumulatedByLoadedByNoCL=The memory is accumulated in class <strong><q>{0}</q></strong> which occupies <strong>{2}</strong> bytes.
416
418
LeakHunterQuery_Msg_Bytes={0} bytes.
417
419
LeakHunterQuery_Msg_Class=The class <strong><q>{0}</q></strong>, loaded by <strong><q>{1}</q></strong>, occupies <strong>{2}</strong> bytes. The top consumers of its minimum retained heap are {3}.
420
+
LeakHunterQuery_Msg_ClassNoCL=The class <strong><q>{0}</q></strong> occupies <strong>{2}</strong> bytes. The top consumers of its minimum retained heap are {3}.
418
421
LeakHunterQuery_Msg_ClassLoader=The classloader/component <strong><q>{0}</q></strong> occupies <strong>{1}</strong> bytes. The top consumers of its minimum retained heap are {2}.
419
422
LeakHunterQuery_Msg_Instance=One instance of <strong><q>{0}</q></strong> loaded by <strong><q>{1}</q></strong> occupies <strong>{2}</strong> bytes. The top consumers of its minimum retained heap are {3}.
423
+
LeakHunterQuery_Msg_InstanceNoCL=One instance of <strong><q>{0}</q></strong> occupies <strong>{2}</strong> bytes. The top consumers of its minimum retained heap are {3}.
420
424
LeakHunterQuery_Msg_InstancesOccupy={0} instances of <strong><q>{1}</q></strong>, loaded by <strong><q>{2}</q></strong> occupy <strong>{3}</strong> bytes. The top consumers of their minimum retained heap are {4}.
425
+
LeakHunterQuery_Msg_InstancesOccupyNoCL={0} instances of <strong><q>{1}</q></strong> occupy <strong>{3}</strong> bytes. The top consumers of their minimum retained heap are {4}.
421
426
LeakHunterQuery_Msg_ReferencedBy=The instance is referenced by classloader/component <strong><q>{0}</q></strong>.
422
427
LeakHunterQuery_Msg_ReferencedByClass=The instance is referenced by class <strong><q>{0}</q></strong>, loaded by <strong><q>{1}</q></strong>.
428
+
LeakHunterQuery_Msg_ReferencedByClassNoCL=The instance is referenced by class <strong><q>{0}</q></strong>.
423
429
LeakHunterQuery_Msg_ReferencedByInstance=The instance is referenced by <strong><q>{0}</q></strong>, loaded by <strong><q>{1}</q></strong>.
430
+
LeakHunterQuery_Msg_ReferencedByInstanceNoCL=The instance is referenced by <strong><q>{0}</q></strong>.
424
431
LeakHunterQuery_Msg_ReferencedFromClass=Most of these instances are referenced from the class <strong><q>{0}</q></strong>, loaded by <strong><q>{1}</q></strong>, which occupies <strong>{2}</strong> bytes.
432
+
LeakHunterQuery_Msg_ReferencedFromClassNoCL=Most of these instances are referenced from the class <strong><q>{0}</q></strong> which occupies <strong>{2}</strong> bytes.
425
433
LeakHunterQuery_Msg_ReferencedFromClassLoader=Most of these instances are referenced from classloader/component <strong><q>{0}</q></strong> which occupies <strong>{1}</strong> bytes.
426
434
LeakHunterQuery_Msg_ReferencedFromInstance=Most of these instances are referenced from one instance of <strong><q>{0}</q></strong>, loaded by <strong><q>{1}</q></strong>, which occupies <strong>{2}</strong> bytes.
435
+
LeakHunterQuery_Msg_ReferencedFromInstanceNoCL=Most of these instances are referenced from one instance of <strong><q>{0}</q></strong> which occupies <strong>{2}</strong> bytes.
427
436
LeakHunterQuery_Msg_SuspectsRelated=The problem suspects {0} and {1} may be related, because the reference chains to them have a common beginning.
428
437
LeakHunterQuery_Msg_Thread=The thread <strong>{0}</strong> keeps local variables with total size <strong>{1}</strong> bytes. The top consumers of its minimum retained heap are {2}.
429
438
LeakHunterQuery_NothingFound=No leak suspect was found
0 commit comments