JDK-8161549 : Need to build JAX-WS without dependency on JDK-internal sun.reflect.misc
  • Type: Bug
  • Component: xml
  • Sub-Component: jax-ws
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-07-17
  • Updated: 2017-02-10
  • Resolved: 2017-01-17
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
9Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
JAX-WS uses utility classes in sun.reflect.misc as part of its security/permission checks. These usages need to re-examined to allow the standalone build of JAX-WS be deployed on the class path without needing --add-exports. This is a non-issue for the JAX-WS module in the JDK, also a non-issue when the JAX-WS module is deployed on the upgrade or application module path.