RFR: 8305080: Remove finalize() from test/hotspot/jtreg/compiler/jvmci/common/testcases that used in compiler/jvmci/compilerToVM/ tests
Tobias Hartmann
thartmann at openjdk.org
Thu Apr 13 06:26:35 UTC 2023
On Tue, 11 Apr 2023 07:58:35 GMT, Afshin Zafari <duke at openjdk.org> wrote:
> 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..
The GraalVM team (@dougxc) should have a look at this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13419#issuecomment-1506413700
More information about the hotspot-compiler-dev
mailing list