On Fri, 25 Nov 2022 09:15:08 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> There are still a few places where GetPrimitiveArrayCritical calls miss the > result check. This should be adjusted. > A similar case was recently adjusted here : > https://bugs.openjdk.org/browse/JDK-8297480 This pull request has now been integrated. Changeset: 27b339d1 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/27b339d1893e60fc894ace9ae3c0e052ae858627 Stats: 45 lines in 7 files changed: 22 ins; 5 del; 18 mod 8297523: Various GetPrimitiveArrayCritical miss result - NULL check Reviewed-by: stuefe, jdv ------------- PR: https://git.openjdk.org/jdk/pull/11361