8022899: SunStudio compiler can not handle EXCEPTION_MARK and inlining

Reviewed-by: coleenp, mgerdin
This commit is contained in:
Erik Helin 2013-08-14 13:49:36 +02:00
parent 253681b976
commit dab6bdc071

View File

@ -306,6 +306,6 @@ class ExceptionMark {
// 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