Integrated: 8289687: [JVMCI] bug in HotSpotResolvedJavaMethodImpl.equals
Doug Simon
dnsimon at openjdk.org
Tue Jul 5 18:27:39 UTC 2022
On Mon, 4 Jul 2022 12:30:57 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> A bug[1] slipped in with [JDK-8289094](https://bugs.openjdk.org/browse/JDK-8289094) that broke `HotSpotResolvedJavaMethodImpl.equals`.This PR fixes and adds a test for it. The test was added to `TestResolvedJavaMethod` which was disabled (see [JDK-8249621](https://bugs.openjdk.org/browse/JDK-8249621)). This test class has been re-enabled and the 2 other failing tests in it (`canBeStaticallyBoundTest` and `asStackTraceElementTest`) have been fixed.
This pull request has now been integrated.
Changeset: c45d613f
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c45d613faa8b8658c714513da89852f1f9ff0a4a
Stats: 67 lines in 5 files changed: 40 ins; 1 del; 26 mod
8289687: [JVMCI] bug in HotSpotResolvedJavaMethodImpl.equals
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/jdk/pull/9364
More information about the hotspot-compiler-dev
mailing list