RFR: 8305082: Suppress the warning for finalize() from test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java [v4]

David Holmes dholmes at openjdk.org
Wed May 10 07:28:31 UTC 2023


On Tue, 9 May 2023 10:05:40 GMT, Afshin Zafari <duke at openjdk.org> wrote:

>> The warning is suppressed. The `finalize()` method is used intentionally as a method inherited from `Object`.
>
> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8305082: Remove finalize() from test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java

Pre-approving assuming the last couple of toString() nits are addressed.

Thanks.

test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java line 27:

> 25:  * @test
> 26:  * @bug 8026394 8251414
> 27:  * @summary test interface resolution when clone and toString are declared abstract within

s/and to String are/is/

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13778#pullrequestreview-1419939617
PR Review Comment: https://git.openjdk.org/jdk/pull/13778#discussion_r1189463881


More information about the hotspot-runtime-dev mailing list