RFR: 8305082: Suppress the warning for finalize() from test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java
Coleen Phillimore
coleenp at openjdk.org
Fri May 5 13:20:13 UTC 2023
On Wed, 3 May 2023 13:02:08 GMT, Afshin Zafari <duke at openjdk.org> wrote:
> The warning is suppressed. The `finalize()` method is used intentionally as a method inherited from `Object`.
There are no other protected methods in java.lang.Object and I think the test is looking for protected. Should he just remove the finalize part of the test?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13778#issuecomment-1536249649
More information about the hotspot-runtime-dev
mailing list