[jboss-jira] [JBoss JIRA] (LOGMGR-153) Remove finalization from Logger
Philippe Marschall (JIRA)
issues at jboss.org
Sun Apr 30 10:56:00 EDT 2017
Philippe Marschall created LOGMGR-153:
-----------------------------------------
Summary: Remove finalization from Logger
Key: LOGMGR-153
URL: https://issues.jboss.org/browse/LOGMGR-153
Project: JBoss Log Manager
Issue Type: Enhancement
Components: core
Reporter: Philippe Marschall
Finalization has been [deprecated in Java 9|https://stuartmarks.wordpress.com/2017/04/17/deprecation-of-object-finalize/] because of performance issues with the recommendation that people switch to PhantomReference. Unfortunately as part of LOGMGR-107 Logger now uses finalization. Fortunately thanks to the excellent ref package in wildly-common this can be fixed easily.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list