This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 85224 - Random memory leak in DataShadowSlowness39981Test
Summary: Random memory leak in DataShadowSlowness39981Test
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2006-09-19 12:29 UTC by Jaroslav Tulach
Modified: 2008-12-22 16:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the failure (11.97 KB, text/html)
2006-09-19 12:29 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2006-09-19 12:29:23 UTC
690 - gc(java.lang.ref.WeakReference@16c2195): : private static 
java.lang.ThreadGroup java.lang.SecurityManager.rootGroup-> 
java.lang.ThreadGroup@19ee1ac-> [Ljava.lang.Thread;@15fb94a-> 
org.openide.util.RequestProcessor$Processor@110fe28-> 
org.openide.util.RequestProcessor$Task@2011e5-> 
org.openide.loaders.DataShadow$1Updator@1ce0e18-> 
org.openide.filesystems.AbstractFileObject@18b0b4a-> 
org.openide.loaders.TestUtilHid$StatusFileSystem@17aa55b
Comment 1 Jaroslav Tulach 2006-09-19 12:29:53 UTC
Created attachment 34143 [details]
the failure
Comment 2 Jaroslav Tulach 2006-09-27 16:13:34 UTC
#85224: Using weak reference to prevent GC failures, it may not fix the 
original problem, but it is an improvement, I believe.

/shared/data/ccvs/repository/openide/loaders/src/org/openide/loaders/DataShadow.java,v  
<--  DataShadow.java
new revision: 1.31; previous revision: 1.30