RFR: 8305082: Remove finalize() from test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java [v4]
Afshin Zafari
duke at openjdk.org
Wed May 10 07:59:28 UTC 2023
On Tue, 9 May 2023 16:04:16 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> 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
>
> test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java line 33:
>
>> 31: */
>> 32: interface IClone extends Cloneable {
>> 33: String toString();
>
> One more minor comment. This can be removed and the comment above referring to toString can also be removed.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13778#discussion_r1189495189
More information about the hotspot-runtime-dev
mailing list