src/share/vm/utilities/exceptions.hpp

changeset 5518
5d9995d16b26
parent 5259
ef57c43512d6
child 6680
78bbf4d43a14
equal deleted inserted replaced
5517:3f22cbf5275d 5518:5d9995d16b26
304 304
305 // See also preserveException.hpp for PRESERVE_EXCEPTION_MARK macro, 305 // See also preserveException.hpp for PRESERVE_EXCEPTION_MARK macro,
306 // which preserves pre-existing exceptions and does not allow new 306 // which preserves pre-existing exceptions and does not allow new
307 // exceptions. 307 // exceptions.
308 308
309 #define EXCEPTION_MARK Thread* THREAD; ExceptionMark __em(THREAD); 309 #define EXCEPTION_MARK Thread* THREAD = NULL; ExceptionMark __em(THREAD);
310 310
311 #endif // SHARE_VM_UTILITIES_EXCEPTIONS_HPP 311 #endif // SHARE_VM_UTILITIES_EXCEPTIONS_HPP

mercurial