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

Afshin Zafari duke at openjdk.org
Fri May 5 13:15:29 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..

This pull request has now been integrated.

Changeset: 1a1ce66d
Author:    Afshin Zafari <Afshin.zafari at oracle.com>
Committer: Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1a1ce66dc9976b8f44de613e81e557a8ae698135
Stats:     20 lines in 9 files changed: 8 ins; 0 del; 12 mod

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

Reviewed-by: dnsimon, coleenp

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

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


More information about the hotspot-compiler-dev mailing list