mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-02 16:52:58 +00:00
8022899: SunStudio compiler can not handle EXCEPTION_MARK and inlining
Reviewed-by: coleenp, mgerdin
This commit is contained in:
parent
253681b976
commit
dab6bdc071
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user