-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b162
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8177603 | 10 | Weijun Wang | P2 | Resolved | Fixed | b04 |
.../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 becauseJDK-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.
import sun.security.krb5.internal.ccache.CredentialsCache;
This is because
The test does not always fail because another test might have already compiled the classes.
- backported by
-
JDK-8177603 sun/security/krb5/auto/HttpNegotiateServer.java does not compile
-
- Resolved
-
- duplicates
-
JDK-8177142 sun/security/krb5/auto/HttpNegotiateServer.java compilation error
-
- Closed
-
-
JDK-8176710 sun/security/krb5/auto/HttpNegotiateServer.java test fails to compile
-
- Closed
-