提交 39c8f03d 编写于 作者: I igerasim

8198898: Compilation errors in jdk.crypto.mscapi with VS 2017

Reviewed-by: xuelei
上级 e7fdc694
......@@ -86,7 +86,7 @@ void ThrowException(JNIEnv *env, const char *exceptionName, DWORD dwError)
* Overloaded 'operator new[]' variant, which will raise Java's
* OutOfMemoryError in the case of a failure.
*/
static void* operator new[](std::size_t size, JNIEnv *env)
void* operator new[](std::size_t size, JNIEnv *env)
{
void* buf = ::operator new[](size, std::nothrow);
if (buf == NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册