Skip to content

Commit

Permalink
JBR-3722 macOS: SIGSEGV at [libjvm] _ZN14AccessInternal19PostRuntimeD…
Browse files Browse the repository at this point in the history
…ispatchIN12G1BarrierSet13AccessBarrierILy1097844ES1_EELNS_11BarrierTypeE2ELy1097844EE18oop_access_barrierEPv
  • Loading branch information
forantar committed Sep 22, 2021
1 parent 8e58801 commit a38b7a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

NSSize getAxComponentSize(JNIEnv *env, jobject axComponent, jobject component)
{
GET_CACCESSIBILITY_CLASS_RETURN(NSZeroSize);
DECLARE_CLASS_RETURN(jc_Dimension, "java/awt/Dimension", NSZeroSize);
DECLARE_FIELD_RETURN(jf_width, jc_Dimension, "width", "I", NSZeroSize);
DECLARE_FIELD_RETURN(jf_height, jc_Dimension, "height", "I", NSZeroSize);
Expand Down

0 comments on commit a38b7a2

Please sign in to comment.