commit | 0432c4484d96c851572ebac60798944df224c06d | [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 | 778ddc0f23b31baefecc923b5e4599fc36556c7b | |
parent | 7106f49355e3132ef4e8c3e94f9c9df127347a6c [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