RFR: 8309140: ResourceHashtable failed "assert(~(_allocation_t[0] | allocation_mask) == (uintptr_t)this) failed: lost resource object"

Justin Gu duke at openjdk.org
Thu Jun 22 16:32:08 UTC 2023


Please review the change to ResourceHashtables from statically allocated to CHeap allocated at initialization time. Ran Mach5 testing tiers 1-4 that all passed. See CR for more details.

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

Commit messages:
 - 8309140: ResourceHashtable failed "assert(~(_allocation_t[0] | allocation_mask) == (uintptr_t)this) failed: lost resource object"

Changes: https://git.openjdk.org/jdk/pull/14601/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14601&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8309140
  Stats: 100 lines in 12 files changed: 41 ins; 2 del; 57 mod
  Patch: https://git.openjdk.org/jdk/pull/14601.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14601/head:pull/14601

PR: https://git.openjdk.org/jdk/pull/14601


More information about the hotspot-dev mailing list