* src/threads/native/lock.c (LOCK_LOG): Removed.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Fri, 14 Sep 2007 18:19:27 +0000 (20:19 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Fri, 14 Sep 2007 18:19:27 +0000 (20:19 +0200)
commitc7520604ea33904af2f71525b75ccf1d340d5f41
tree0c69fa18a71a65cbfdf1b088334748fb9bb0bfaf
parent5b1975580b461b446e1925e5e69e2796f62536b5
* src/threads/native/lock.c (LOCK_LOG): Removed.
(DEBUGLOCKS): New macro.
(lock_record_new): Added DEBUGLOCKS.
(lock_record_free): Likewise.
(lock_hashtable_grow): Likewise.
(lock_hashtable_get): Likewise.
(lock_inflate): Likewise.
(lock_monitor_enter): Likewise.
(lock_monitor_exit): Likewise.
(lock_record_wait): Likewise.
(lock_record_notify): Likewise.

* src/vmcore/options.c (opt_DebugLocks): Added.
(options_xx): Likewise.
* src/vmcore/options.h (opt_DebugLocks): Added.
src/threads/native/lock.c
src/vmcore/options.c
src/vmcore/options.h