How to implement SoftHandshaking for Sliding Views

View: New views
1 Messages — Rating Filter:   Alert me  

How to implement SoftHandshaking for Sliding Views

by lalli_maven :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The handshaking implemented in jikes in RVMThread.java and called in CollectorThread.java is hardHandshake. I want to implement softHandshake. Although a little code is given in RVMThread, but I want to do the handshaking specific to the on the fly gc using sliding views, which requires switching on and off snooping (which also is a problem in implementing), and things like that.

Help Me!