Skip to content

Commit

Permalink
JBR-3722 : macOS: SIGSEGV at [libjvm] _ZN14AccessInternal19PostRuntim…
Browse files Browse the repository at this point in the history
…eDispatchIN12G1BarrierSet13AccessBarrierILy1097844ES1_EELNS_11BarrierTypeE2ELy1097844EE18oop_access_barrierEPv

(cherry picked from commit 55c6978)
  • Loading branch information
savoptik authored and vprovodin committed Sep 3, 2021
1 parent 5c5c10f commit 00c3661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ NSSize getAxComponentSize(JNIEnv *env, jobject axComponent, jobject component)
DECLARE_STATIC_METHOD_RETURN(jm_getSize, sjc_CAccessibility, "getSize",
"(Ljavax/accessibility/AccessibleComponent;Ljava/awt/Component;)Ljava/awt/Dimension;", NSZeroSize);

jobject dimension = (*env)->CallStaticObjectMethod(env, jc_Dimension, jm_getSize, axComponent, component);
jobject dimension = (*env)->CallStaticObjectMethod(env, sjc_CAccessibility, jm_getSize, axComponent, component);
CHECK_EXCEPTION();

if (dimension == NULL) return NSZeroSize;
Expand Down

0 comments on commit 00c3661

Please sign in to comment.