JDK-8216318 : The usage of Disposer in the java.awt.Robot can be deleted
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 11,12,13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-01-07
  • Updated: 2021-09-20
  • Resolved: 2019-01-31
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 11 JDK 13
11.0.14-oracleFixed 13 b08Fixed
Related Reports
Duplicate :  
Description
Every java.awt.Robot object register a RobotDisposer which are responsible to delete the native data of the robot. But there is no native data on linux/mac, so RobotDisposer is a noop on these platforms, and on windows this data can be eliminated.
Comments
Fix Request (11u): Should get backported for parity with 11.0.14-oracle. Applies cleanly except Copyright year changes.
17-09-2021

URL: http://hg.openjdk.java.net/jdk/jdk/rev/01980f91eac1 User: psadhukhan Date: 2019-02-07 06:42:23 +0000
07-02-2019

URL: http://hg.openjdk.java.net/jdk/client/rev/01980f91eac1 User: serb Date: 2019-01-31 23:22:29 +0000
31-01-2019