jdk/src/java.desktop/macosx/native/libosxapp/ThreadUtilities.m
author chegar
Sun, 17 Aug 2014 15:54:13 +0100
changeset 25859 3317bb8137f4
parent 25564 jdk/src/macosx/native/sun/osxapp/ThreadUtilities.m@871d3490f14d
permissions -rw-r--r--
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     1
/*
23010
6dadb192ad81 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents: 15985
diff changeset
     2
 * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     4
 *
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    10
 *
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    15
 * accompanied this code).
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    16
 *
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    20
 *
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    23
 * questions.
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    24
 */
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    25
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    26
#import <AppKit/AppKit.h>
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    27
#import <JavaNativeFoundation/JavaNativeFoundation.h>
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    28
#import <objc/message.h>
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    29
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    30
#import "ThreadUtilities.h"
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    31
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    32
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    33
// The following must be named "jvm", as there are extern references to it in AWT
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    34
JavaVM *jvm = NULL;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    35
static JNIEnv *appKitEnv = NULL;
23900
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    36
static jobject appkitThreadGroup = NULL;
23893
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    37
25099
ba8a24b2576f 8043646: libosxapp.dylib fails to build on Mac OS 10.9 with clang
pchelko
parents: 23921
diff changeset
    38
static inline void attachCurrentThread(void** env) {
23893
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    39
    if ([NSThread isMainThread]) {
23900
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    40
        JavaVMAttachArgs args;
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    41
        args.version = JNI_VERSION_1_4;
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    42
        args.name = "AppKit Thread";
23893
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    43
        args.group = appkitThreadGroup;
23900
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    44
        (*jvm)->AttachCurrentThreadAsDaemon(jvm, env, &args);
23893
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    45
    } else {
23900
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    46
        (*jvm)->AttachCurrentThreadAsDaemon(jvm, env, NULL);
23893
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    47
    }
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    48
}
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    49
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    50
@implementation ThreadUtilities
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    51
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    52
+ (JNIEnv*)getJNIEnv {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    53
AWT_ASSERT_APPKIT_THREAD;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    54
    if (appKitEnv == NULL) {
23893
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    55
        attachCurrentThread((void **)&appKitEnv);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    56
    }
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    57
    return appKitEnv;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    58
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    59
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    60
+ (JNIEnv*)getJNIEnvUncached {
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    61
    JNIEnv *env = NULL;
23893
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    62
    attachCurrentThread((void **)&env);
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    63
    return env;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    64
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    65
23893
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    66
+ (void)detachCurrentThread {
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    67
    (*jvm)->DetachCurrentThread(jvm);
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    68
}
1a92335b55bb 8025010: Enhance AWT contexts
pchelko
parents: 23010
diff changeset
    69
23900
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    70
+ (void)setAppkitThreadGroup:(jobject)group {
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    71
    appkitThreadGroup = group;
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    72
}
fd98305f0d19 8031477: [macosx] Loading AWT native library fails
pchelko
parents: 23893
diff changeset
    73
14753
a56a685d137f 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
serb
parents: 14342
diff changeset
    74
+ (void)performOnMainThreadWaiting:(BOOL)wait block:(void (^)())block {
a56a685d137f 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
serb
parents: 14342
diff changeset
    75
    if ([NSThread isMainThread] && wait == YES) {
a56a685d137f 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
serb
parents: 14342
diff changeset
    76
        block(); 
a56a685d137f 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
serb
parents: 14342
diff changeset
    77
    } else { 
a56a685d137f 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
serb
parents: 14342
diff changeset
    78
        [JNFRunLoop performOnMainThreadWaiting:wait withBlock:block]; 
a56a685d137f 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
serb
parents: 14342
diff changeset
    79
    }
a56a685d137f 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
serb
parents: 14342
diff changeset
    80
}
a56a685d137f 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
serb
parents: 14342
diff changeset
    81
15322
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
    82
+ (void)performOnMainThread:(SEL)aSelector on:(id)target withObject:(id)arg waitUntilDone:(BOOL)wait {
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
    83
    if ([NSThread isMainThread] && wait == YES) {
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
    84
        [target performSelector:aSelector withObject:arg];
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
    85
    } else {
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
    86
        [JNFRunLoop performOnMainThread:aSelector on:target withObject:arg waitUntilDone:wait];
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
    87
    }
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
    88
}
3638f33225ec 7179050: [macosx] Make LWAWT be able to run on AppKit thread
serb
parents: 14753
diff changeset
    89
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    90
@end
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    91
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    92
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    93
void OSXAPP_SetJavaVM(JavaVM *vm)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    94
{
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    95
    jvm = vm;
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    96
}
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
diff changeset
    97