Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6190009
Votes 0
Synopsis Need a way to diagnose if excessive use of finalizers is cause of OOM
Category java:serviceability
Reported Against
Release Fixed mustang(b30)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs 6331677
Submit Date 03-NOV-2004
Description
In some environments an OOM can arise due to excessive use of finalizers. We need an ability to diagnose this type of issue. One idea is to add a -finalizerinfo or -finalizerhisto option to jmap so that the tool prints a histogram of the objects in the finalizer queue.
  xxxxx@xxxxx   11/3/04 11:23 GMT
  xxxxx@xxxxx   11/3/04 11:35 GMT
Work Around
N/A
Evaluation
As part of the OOM handling work (6173515) we have created a -finalizerinfo option for jmap. This prints a class-wise histogram of the object awaiting finalization.
  xxxxx@xxxxx   2004-12-02 21:01:27 GMT
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang