aungmyo / impala

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

Add finalizer to Class loader to allow verification that it has been garbage collected #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4050

If a class loader cannot be garbaged collected because other classes are
holding references to it, then the a memory leak will result on module reloads.

To ensure this isn't happening, should be able to display when a particular
class loader is being finalized

Original issue reported on code.google.com by philzoio...@googlemail.com on 22 May 2009 at 8:27

GoogleCodeExporter commented 9 years ago
Fixed with r4151.

Now can use -Ddisplay.classloader.finalize=true to print finalize stuff to 
output
stream and -Dlog.classloader.finalize=true to log to log4j

Original comment by philzoio...@googlemail.com on 22 May 2009 at 8:30

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 22 May 2009 at 8:31

GoogleCodeExporter commented 9 years ago
Changed milestone to 1.0 RC1

Original comment by philzoio...@googlemail.com on 21 Sep 2009 at 9:30