JDK-8176715 : sun/security/krb5/auto/HttpNegotiateServer.java does not compile
  • Type: Bug
  • Component: security-libs
  • Sub-Component: org.ietf.jgss:krb5
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-03-14
  • Updated: 2017-06-30
  • Resolved: 2017-03-14
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 10 JDK 9
10Fixed 9 b162Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
.../srcBundle/jdk/test/sun/security/krb5/auto/KDC.java:40: error: package sun.security.krb5.internal.ccache is not visible
import sun.security.krb5.internal.ccache.CredentialsCache;

This is because JDK-8176664 rewrote its @modules tag but it's not complete.

The test does not always fail because another test might have already compiled the classes.