Integrated: 8309140: ResourceHashtable failed "assert(~(_allocation_t[0] | allocation_mask) == (uintptr_t)this) failed: lost resource object"
Justin Gu
duke at openjdk.org
Wed Jun 28 17:14:25 UTC 2023
On Wed, 21 Jun 2023 17:49:10 GMT, Justin Gu <duke at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: b6c789fa
Author: Justin Gu <justin.j.gu at oracle.com>
Committer: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b6c789faad63f18e17ee7e5cefd024b3776fd469
Stats: 99 lines in 11 files changed: 41 ins; 1 del; 57 mod
8309140: ResourceHashtable failed "assert(~(_allocation_t[0] | allocation_mask) == (uintptr_t)this) failed: lost resource object"
Reviewed-by: coleenp, matsaave, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/14601
More information about the hotspot-dev
mailing list