commit | 1d5a314ee6f2b1356a5d7589a3d0b86452f10c75 | [log] [tgz] |
---|---|---|
author | Zhengyu Gu <zgu@openjdk.org> | Mon Jul 16 14:10:34 2012 -0400 |
committer | Zhengyu Gu <zgu@openjdk.org> | Mon Jul 16 14:10:34 2012 -0400 |
tree | a57456a9f312362e731828bef4e5ecceb13a2855 | |
parent | 0377b1565e09b267cdd5c5b58c8fbf1e322e427a [diff] |
7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest Changed _query_lock to heap object from static object. Also fixed _query_lock and snapshot lock ranks, so they can participate deadlock detection. Reviewed-by: coleenp, dholmes, kvn