RFR: 8289687: [JVMCI] bug in HotSpotResolvedJavaMethodImpl.equals

Vladimir Kozlov kvn at openjdk.org
Tue Jul 5 18:22:24 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.

Looks good.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list