8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp
authorazvegint
Mon, 17 Mar 2014 19:35:13 +0400
changeset 23661 b3ca05d03c64
parent 23660 371d2d8dadc9
child 23662 c9a7ce6c19a7
8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp Reviewed-by: serb, pchelko
jdk/src/windows/native/sun/windows/awt_Robot.cpp
--- a/jdk/src/windows/native/sun/windows/awt_Robot.cpp	Mon Mar 17 19:30:54 2014 +0400
+++ b/jdk/src/windows/native/sun/windows/awt_Robot.cpp	Mon Mar 17 19:35:13 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -35,6 +35,7 @@
 {
     JNIEnv *env = (JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2);
     m_peerObject = env->NewWeakGlobalRef(peer);
+    JNU_CHECK_EXCEPTION(env);
     JNI_SET_PDATA(peer, this);
 }