[lworld] Integrated: 8348743: [lworld] GetObjectHashCode crashes with ShouldNotReachHere()

Alex Menkov amenkov at openjdk.org
Fri Feb 7 23:54:28 UTC 2025


On Fri, 7 Feb 2025 00:12:19 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> The change fixes GetObjectHashCode JVMTI function.
> Hashcode is the same for all instances of a value class - similar to fix for heap walking functions ([JDK-8310655](https://bugs.openjdk.org/browse/JDK-8310655)). The solution is far from perfect, but it's better than crash

This pull request has now been integrated.

Changeset: 92472fd8
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/92472fd8258e3519bf6169643524ccca9169b6e6
Stats:     147 lines in 3 files changed: 144 ins; 0 del; 3 mod

8348743: [lworld] GetObjectHashCode crashes with ShouldNotReachHere()

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

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


More information about the valhalla-dev mailing list