JDK-8035114 : Eliminate CORBA dependency on sun.awt.AppContext
  • Type: Bug
  • Component: other-libs
  • Sub-Component: corba:orb
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-02-17
  • Updated: 2014-04-02
  • Resolved: 2014-04-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 9
9Resolved
Related Reports
Duplicate :  
Description
The changes for JDK-7141694 have introduced a highly undesirable dependency from CORBA on sun.awt.AppContext. This issue needs to be re-examined to see if it can be removed. If this code really needs to be use AppContext then maybe it could be changed to use sun.misc.JavaAWTAccess.
Comments
Direct dependency on sun.awt.AppContext was removed with the JDK-8035618 fix. Closing this as a duplicate then.
02-04-2014

Not only undesirable dependency is an issue, calling AppContext.getAppContext() may cause an undesirable behavior that creates a main AppContext and not sure if that's what you want. AppContext.getAppContext is no longer a getter method.
21-02-2014