Data Race Detector

by Devexperts

Child pages
  • Useful links

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

IBM MSDK - hybrid dynamic data race detector

Thread Sanitizer for Javahybrid post-mortem detector, that uses original Thread Sanitizer to analyze log file. See introduction here.

 

JVM method descriptors : http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.3.3
JLS chapter about threads: http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html
happens-before relation: http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.5
java.util.concurrent.atomic documentation: http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/package-summary.html
java.util.concurrent documentation: http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/package-summary.html

ObjectWeb ASM - Java bytecode manipulation framework, used in DRD.

 

  • No labels