[jdk17u-dev] RFR: 8334780: Crash: assert(h_array_list.not_null()) failed: invariant

Satyen Subramaniam ssubramaniam at openjdk.org
Fri Mar 21 16:23:39 UTC 2025


Backporting JDK-8334780: Crash: assert(h_array_list.not_null()) failed: invariant. Fixes an incorrect assertion, since new_java_util_arraylist() function uses CHECK_NULL constructs on exceptions.

-------------

Commit messages:
 - Backport e7a0b5b09bcfcd8b09667e51ec588e206f0652ff

Changes: https://git.openjdk.org/jdk17u-dev/pull/3397/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3397&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8334780
  Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/3397.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/3397/head:pull/3397

PR: https://git.openjdk.org/jdk17u-dev/pull/3397


More information about the jdk-updates-dev mailing list