Skip to content

Commit 2546006

Browse files
committedJul 10, 2021
8270216: [macOS] Update named used for Java run loop mode
Reviewed-by: serb
1 parent 6889a39 commit 2546006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.desktop/macosx/native/libosxapp/ThreadUtilities.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
JavaVM *jvm = NULL;
3434
static JNIEnv *appKitEnv = NULL;
3535
static jobject appkitThreadGroup = NULL;
36-
static NSString* JavaRunLoopMode = @"javaRunLoopMode";
36+
static NSString* JavaRunLoopMode = @"AWTRunLoopMode";
3737
static NSArray<NSString*> *javaModes = nil;
3838

3939
static inline void attachCurrentThread(void** env) {

0 commit comments

Comments
 (0)
Failed to load comments.