cgdecker / vogar

Automatically exported from code.google.com/p/vogar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run finalizers after execution

GoogleCodeExporter opened this issue · comments

We should call System.gc() and System.runFinalization() to force all 
finalization code to happen before test suites exit. This is useful for both 
valgrand and for finding broken finalizers.

Original issue reported on code.google.com by jessewil...@google.com on 21 Jun 2010 at 11:23

bdc fixed this with r203.

Original comment by jessewil...@google.com on 5 Dec 2010 at 5:03

  • Changed state: Fixed