Integrated: 8256072: Eliminate JVMTI tagmap rehashing

Coleen Phillimore coleenp at openjdk.org
Thu Nov 3 17:30:33 UTC 2022


On Tue, 1 Nov 2022 22:31:03 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Use identity_hash for objects in the JVMTI TagMap table.  If the object has no hashcode, it's not in the table.
> Tested with tier1-6.

This pull request has now been integrated.

Changeset: 94eb25a4
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/94eb25a4f1ffb0f8c834a03101d98fbff5dd0c5c
Stats:     132 lines in 18 files changed: 13 ins; 113 del; 6 mod

8256072: Eliminate JVMTI tagmap rehashing

Reviewed-by: kbarrett, eosterlund

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

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


More information about the hotspot-dev mailing list