changeset 19288 | 5eb9589687dc |
parent 18073 | f02460441ddc |
child 22539 | a27fa687eca8 |
--- a/hotspot/src/share/vm/utilities/exceptions.hpp Wed Aug 14 10:55:45 2013 +0200 +++ b/hotspot/src/share/vm/utilities/exceptions.hpp Wed Aug 14 13:49:36 2013 +0200 @@ -306,6 +306,6 @@ // which preserves pre-existing exceptions and does not allow new // exceptions. -#define EXCEPTION_MARK Thread* THREAD; ExceptionMark __em(THREAD); +#define EXCEPTION_MARK Thread* THREAD = NULL; ExceptionMark __em(THREAD); #endif // SHARE_VM_UTILITIES_EXCEPTIONS_HPP