commit | e0ca30c97b52fb0e5c9a39833ca5c69258a68232 | [log] [tgz] |
---|---|---|
author | Zhengyu Gu <zgu@openjdk.org> | Tue Dec 31 08:58:08 2013 -0500 |
committer | Zhengyu Gu <zgu@openjdk.org> | Tue Dec 31 08:58:08 2013 -0500 |
tree | e546895923b73cfa3c3416604721b3df2e853d21 | |
parent | ac9faf42431b0802988bce8f4e4eeb7a53a790f1 [diff] |
6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error Fixed incompatible uses of EXCEPTION_MARK and CHECK macros in AttachListener::init(), handle exception locally. Reviewed-by: minqi, coleenp