Skip to content

Commit

Permalink
JDK-8316304 in JDK 21 introduced a new field accessed through JNI
Browse files Browse the repository at this point in the history
Similar fix to main which was done in
#37813 for jpa-postgresql and
in #37879 for
jpa-postgresql-withxml.

Closes #37809
  • Loading branch information
zakkak committed Jan 9, 2024
1 parent 02471b8 commit 789b52f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ analysis_results.classes.jni=62
analysis_results.classes.jni.tolerance=1
analysis_results.methods.jni=55
analysis_results.methods.jni.tolerance=1
analysis_results.fields.jni=61
analysis_results.fields.jni.tolerance=1
analysis_results.fields.jni=62
analysis_results.fields.jni.tolerance=2

0 comments on commit 789b52f

Please sign in to comment.