Files
mercury/java/runtime
Paul Bone 0b5e06e4ac [java] Fix locking bug in Java ThreadPool.
Fix a bug that made it possible that the tasks_lock could be locked but
never unlocked if an exception was thrown.

java/runtime/MercuryThreadPool.java:
    As above.
2014-12-16 10:16:08 +11:00
..