JDK-8035000 : TEST_BUG: remove ActivationLibrary.DestroyThread and have callers call rmid.destroy() instead
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.rmi
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-02-15
  • Updated: 2021-05-25
  • Resolved: 2014-12-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9 Other
8u301Fixed 9 b42Fixed openjdk8u302Fixed
Related Reports
Relates :  
Description
The DestroyThread stuff isn't necessary and should be removed.

To clean up rmid, rmid.destroy() should be called directly. In turn, this method should be modified up so that it first does a clean shutdown, but if that doesn't work, it should kill the rmid process.
Comments
Fix Request (8u) I would like to backport this patch to 8u for parity with Oracle 8u301. The original patch applies cleanly after JDK-8032050 backport.
17-05-2021