8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m
authorserb
Tue, 25 Feb 2014 17:37:55 +0400
changeset 23321 7f1737ac8b30
parent 23320 fa1a77a296fc
child 23322 d3267402aaae
8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m Reviewed-by: anthony, bagiras
jdk/src/macosx/native/sun/awt/CRobot.m
--- a/jdk/src/macosx/native/sun/awt/CRobot.m	Tue Feb 25 17:19:15 2014 +0400
+++ b/jdk/src/macosx/native/sun/awt/CRobot.m	Tue Feb 25 17:37:55 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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
@@ -23,6 +23,9 @@
  * questions.
  */
 
+
+#import "jni_util.h"
+
 #import <JavaNativeFoundation/JavaNativeFoundation.h>
 #import <ApplicationServices/ApplicationServices.h>
 
@@ -342,6 +345,7 @@
 
     // get a pointer to the Java int array
     void *jPixelData = (*env)->GetPrimitiveArrayCritical(env, pixels, 0);
+    CHECK_NULL(jPixelData);
 
     // create a graphics context around the Java int array
     CGColorSpaceRef picColorSpace = CGColorSpaceCreateWithName(