RFR: 8305083: Remove finalize() from test/hotspot/jtreg/vmTestbase/nsk/share/ and /jpda that are used in serviceability/dcmd/framework tests [v2]
Afshin Zafari
duke at openjdk.org
Fri May 5 07:45:18 UTC 2023
On Thu, 4 May 2023 17:56:59 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> To solve the duplicated registerCleanup() cases, the two other classes could extend FinalizableObject then inherit its implementation of registerCleanup().
The other two cases already extend the `Log.Logger` and cannot extend `FinalizableObject`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13420#discussion_r1185789488
More information about the serviceability-dev
mailing list