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

(cherry picked from commit a38b7a2)
  • Loading branch information
forantar authored and vprovodin committed Sep 23, 2021
1 parent 03472df commit 4d8a4c3
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 4d8a4c3

Please sign in to comment.