Fixed Bug 71: Generational Garbage Collection should work

Carl Lebsack <[email protected]> Fri, 25 Mar 2005 19:33:03 -0600 (CST)
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
I have made the changes in my sandbox to fix the write barriers for the 
generational garbage collector.

svn://svn.sablevm.org/developers/lebsack/sandbox/ggc-wb-fix

I have run ggc for several benchmarks as well as the test case provided in 
bug 71.  I think it should be working.

Carl Lebsack