Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8190324

ThreadPoolExecutor should not specify a dependency on finalization

XMLWordPrintable

      ThreadPoolExecutor specifies the use of finalization to cleanup unreferenced Exectors. With the deprecation of Object.finalize another mechanism should be implemented.

      A first step is to remove the dependency on Object.finalize from the specification of ThreadPoolExecutor.finalize.
      An interium step can be to move the finalize to an implementation specific class.

            martin Martin Buchholz
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: