Uses of Class
edu.rice.cs.cunit.instrumentors.record.CompactRecordBufferCodeStrategy

Packages that use CompactRecordBufferCodeStrategy
edu.rice.cs.cunit.instrumentors.record   
 

Uses of CompactRecordBufferCodeStrategy in edu.rice.cs.cunit.instrumentors.record
 

Subclasses of CompactRecordBufferCodeStrategy in edu.rice.cs.cunit.instrumentors.record
 class CompactRecordThreadExitStrategy
          Instrumentation strategy that adds code to java.lang.Thread.exit to call SyncPointBuffer.compactAdd.
 class CompactRecordThreadStartStrategy
          Instrumentation strategy that adds code to java.lang.Thread.start to call SyncPointBuffer.compactAdd.