RFR: 8305080: Remove finalize() from test/hotspot/jtreg/compiler/jvmci/common/testcases that used in compiler/jvmci/compilerToVM/ tests

Afshin Zafari duke at openjdk.org
Wed Apr 12 09:19:24 UTC 2023


The finalize() methods are removed and replaced by Cleaner callbacks.

Note:
`test/hotspot/jtreg/compiler/jvmci/compilerToVM/HasFinalizableSubclassTest.java` may be removed since there is no need to test if finalize() exists in the subclasses or not..

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

Commit messages:
 - 8305080: Remove finalize() from test/hotspot/jtreg/compiler/jvmci/common/testcases that used in compiler/jvmci/compilerToVM/ tests

Changes: https://git.openjdk.org/jdk/pull/13419/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13419&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8305080
  Stats: 35 lines in 7 files changed: 3 ins; 20 del; 12 mod
  Patch: https://git.openjdk.org/jdk/pull/13419.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13419/head:pull/13419

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


More information about the hotspot-compiler-dev mailing list