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

ThreadPoolExecutor should not specify a dependency on finalization

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: