On Mon, 2 May 2022 18:32:19 GMT, Phil Race <p...@openjdk.org> wrote: > This re-jigs some lines of code so that we do all the lookups of the arrays > before calling the GetPrimitiveArrayCritical on both of them together. > Thereby avoiding warnings about calling those other methods in that context.
Marked as reviewed by azvegint (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/8506