RFR: 8305080: Remove the 'removal' warning for finalize() from test/hotspot/jtreg/compiler/jvmci/common/testcases that used in compiler/jvmci/compilerToVM/ tests [v2]

Afshin Zafari duke at openjdk.org
Mon Apr 17 08:56:42 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..

Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:

  Remove the 'removal' warning for finalize() from test/hotspot/jtreg/compiler/jvmci/common/testcases that used in compiler/jvmci/compilerToVM/ tests

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13419/files
  - new: https://git.openjdk.org/jdk/pull/13419/files/386af9f8..fc614316

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13419&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13419&range=00-01

  Stats: 46 lines in 10 files changed: 28 ins; 3 del; 15 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