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

Doug Simon dnsimon at openjdk.org
Tue Jul 5 18:27:38 UTC 2022


On Tue, 5 Jul 2022 18:19:12 GMT, Vladimir Kozlov <kvn 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.

Thanks for the review @vnkozlov .

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

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


More information about the hotspot-compiler-dev mailing list