I am working on Jikes RVM. I want to know how to modify the present stop the world mark sweep garbage collector into on the fly mark and sweep garbage collector.
I know there are some handshaking mechanism used to implement on the fly, but i do not understand from where i should start, Which packages i need to modify.