jmcabandara / tempus-fugit

Automatically exported from code.google.com/p/tempus-fugit
1 stars 0 forks source link

Update DeadlockDetector to use Java 1.6 #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

tempus-fugit is currently targeted at Java 1.5, as and when we can go to
1.6, update the DeadlockDetector class to take advantage of 1.6 features to
detect Lock based deadlock rather than just intrinsic monitor deadlocks.

The attached patch shows the basic mechanism.

Original issue reported on code.google.com by toby.wes...@gmail.com on 2 Jan 2010 at 12:01

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed on branch (java6) r142.

No snapshot or release Jar yet but Java 1.6 version is available from the branch
http://tempus-fugit.googlecode.com/svn/branches/java6

Original comment by toby.wes...@gmail.com on 15 Apr 2010 at 8:34

GoogleCodeExporter commented 8 years ago
added in r165 of trunk, aiming to include in the 1.1 release.

Original comment by toby.wes...@gmail.com on 11 Apr 2011 at 4:37