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

Afshin Zafari duke at openjdk.org
Wed May 3 13:09:24 UTC 2023


The warning is suppressed. The `finalize()` method is used intentionally as a method inherited from `Object`.

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

Commit messages:
 - 8305082: Remove finalize() from test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java

Changes: https://git.openjdk.org/jdk/pull/13778/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13778&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8305082
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/13778.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13778/head:pull/13778

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


More information about the hotspot-runtime-dev mailing list