« Return to Thread: [rvm-research] Trace mature objects without interfering gc

Re: [rvm-research] Trace mature objects without interfering gc

by Daniel Frampton :: Rate this Message:

Reply to Author | View in Thread

The sanity checker runs before and after collection, performing complete transitive closures over the heap without changing any data (it stores all the required information in a hashtable).
 
Cheers,
Daniel.

On Thu, Jun 25, 2009 at 5:31 AM, Dingwen Yuan <pdvyuan@...> wrote:
Hello Chris,

Thank you for your suggestion.

To those who may know about sanity checker,

It seems that sanity checker can solve my problem. But I have a question -- why the sanity checker prints the statistics out twice for every GC and what's their difference?

cheers,

Dingwen

------------------------------------------------------------------------------

_______________________________________________
Jikesrvm-researchers mailing list
Jikesrvm-researchers@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-researchers



------------------------------------------------------------------------------

_______________________________________________
Jikesrvm-researchers mailing list
Jikesrvm-researchers@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-researchers

 « Return to Thread: [rvm-research] Trace mature objects without interfering gc