[lworld] Integrated: 8310655: [lworld] ShouldNotReachHere() error in ObjectSynchronizer::FastHashCode

Coleen Phillimore coleenp at openjdk.org
Tue Jul 9 19:36:25 UTC 2024


On Fri, 5 Jul 2024 15:28:29 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change uses the klass as the hashcode for inline objects.  It might have some negative performance impact if there are a lot of objects of the same type in the heap walk but it's better than crashing.
> Tested with vmTestbase/nsk/jvmti tests locally.

This pull request has now been integrated.

Changeset: 9e829b8f
Author:    Coleen Phillimore <coleenp at openjdk.org>
Committer: Frederic Parain <fparain at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/9e829b8f0eabee24592368af165203b365cffdd8
Stats:     27 lines in 2 files changed: 17 ins; 4 del; 6 mod

8310655: [lworld] ShouldNotReachHere() error in ObjectSynchronizer::FastHashCode

Reviewed-by: fparain

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

PR: https://git.openjdk.org/valhalla/pull/1156


More information about the valhalla-dev mailing list