christstc / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

Memory leak with JTable #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Seaglass as look and feel
2. Keep adding and removing items to the table every 1s but keeps the row count 
to a certain number, like 20
3. Memory usage should be constant but actually not so

What is the expected output? What do you see instead?
Memory keep increasing steadily

What version of the product are you using? On what operating system? What
JRE version?
The latest source code from the svn. 
Windows 7 x64 Ultimate.
JRE7. 

Please provide any additional information below.
The attached file is the memory analysis of the program. 

Original issue reported on code.google.com by imge...@gmail.com on 31 Aug 2011 at 8:10

Attachments:

GoogleCodeExporter commented 9 years ago
Similar issue here.
hundrets of thousands of Objects of type com.seaglasslookandfeel.SeaGlassContext
even when only resizeing the table.

Original comment by retepek...@googlemail.com on 7 Sep 2012 at 2:50

GoogleCodeExporter commented 9 years ago
I retested this with the latest version on Linux with Java 7 X64 Update 40
I had no problems and the memory is cleaned up correctly.

I attached my test program and a memory histogram from JVisual VM.
Therefore I would close the issue for now.

Have fun,
- Rossi

Original comment by rosstaus...@googlemail.com on 14 Nov 2013 at 10:06

Attachments: