8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m
Reviewed-by: anthony, bagiras
This commit is contained in:
parent
12333aa589
commit
b5df3005f0
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -23,6 +23,9 @@
|
|||||||
* questions.
|
* questions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#import "jni_util.h"
|
||||||
|
|
||||||
#import <JavaNativeFoundation/JavaNativeFoundation.h>
|
#import <JavaNativeFoundation/JavaNativeFoundation.h>
|
||||||
#import <ApplicationServices/ApplicationServices.h>
|
#import <ApplicationServices/ApplicationServices.h>
|
||||||
|
|
||||||
@ -342,6 +345,7 @@ Java_sun_lwawt_macosx_CRobot_nativeGetScreenPixels
|
|||||||
|
|
||||||
// get a pointer to the Java int array
|
// get a pointer to the Java int array
|
||||||
void *jPixelData = (*env)->GetPrimitiveArrayCritical(env, pixels, 0);
|
void *jPixelData = (*env)->GetPrimitiveArrayCritical(env, pixels, 0);
|
||||||
|
CHECK_NULL(jPixelData);
|
||||||
|
|
||||||
// create a graphics context around the Java int array
|
// create a graphics context around the Java int array
|
||||||
CGColorSpaceRef picColorSpace = CGColorSpaceCreateWithName(
|
CGColorSpaceRef picColorSpace = CGColorSpaceCreateWithName(
|
||||||
|
Loading…
Reference in New Issue
Block a user