Skip to content

Commit

Permalink
Increase JNI metrics values to account for 17.0.11+1 changes
Browse files Browse the repository at this point in the history
JDK-8316304 got backported to JDK 17.0.11+1, therefore adding two
fields accessed by JNI.
  • Loading branch information
jerboaa committed Feb 28, 2024
1 parent 38bae4b commit 3662a2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ analysis_results.types.jni=63
analysis_results.types.jni.tolerance=1
analysis_results.methods.jni=55
analysis_results.methods.jni.tolerance=1
analysis_results.fields.jni=68
analysis_results.fields.jni.tolerance=1
analysis_results.fields.jni=70
analysis_results.fields.jni.tolerance=3
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ analysis_results.types.jni=63
analysis_results.types.jni.tolerance=1
analysis_results.methods.jni=55
analysis_results.methods.jni.tolerance=1
analysis_results.fields.jni=68
analysis_results.fields.jni.tolerance=1
analysis_results.fields.jni=70
analysis_results.fields.jni.tolerance=3

0 comments on commit 3662a2b

Please sign in to comment.