8300488: Incorrect usage of CATCH_BAD_ALLOC as a macro call
Reviewed-by: aivanov
This commit is contained in:
parent
bd5ca95305
commit
1aded82e54
@ -1113,7 +1113,7 @@ Java_sun_awt_windows_WTrayIconPeer__1displayMessage(JNIEnv *env, jobject self,
|
||||
AwtToolkit::GetInstance().SyncCall(AwtTrayIcon::_DisplayMessage, dms);
|
||||
// global ref is deleted in _DisplayMessage
|
||||
|
||||
CATCH_BAD_ALLOC(NULL);
|
||||
CATCH_BAD_ALLOC;
|
||||
}
|
||||
|
||||
} /* extern "C" */
|
||||
|
Loading…
x
Reference in New Issue
Block a user