diff src/share/vm/utilities/exceptions.hpp @ 12039:3cce976666d9

Merge hs25-b46
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 10 Oct 2013 14:20:04 +0200
parents 6b0fd0964b87 5d9995d16b26
children 2b43fcc68add
line wrap: on
line diff
--- a/src/share/vm/utilities/exceptions.hpp	Thu Oct 10 13:44:59 2013 +0200
+++ b/src/share/vm/utilities/exceptions.hpp	Thu Oct 10 14:20:04 2013 +0200
@@ -315,6 +315,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