Data Race Detector

by Devexperts

Child pages
  • About Data Race Detector

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What is DRD?

Data Race Detector (DRD) is tool for dynamic detection of data races in Java programs

...

It dynamically tracks various events in program and finds apparent and potential data races during its execution.
Race reports and other information are logged into log-files.
For every detected race additional information is printed (stack traces, race target, etc.) to help to detect and fix race in source code.

Using DRD

Download and unpack DRD distribution package

...

See Documentation page for more detailsWhere


How to get it?

Check Download page.

Current status: release 0.3, 31.10.2012

Feedback

Feel free to submit feature requests and bug reports at <drd-support at devexperts.com>.

...