Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8176710

sun/security/krb5/auto/HttpNegotiateServer.java test fails to compile

XMLWordPrintable

      The test fails with the following output;

      /home/artem/ws/jdk/jdk9_dev_mscapi/jdk/test/sun/security/krb5/auto/KDC.java:1162: error: package sun.security.krb5.internal.ccache is not visible
                      sun.security.krb5.internal.ccache.Credentials credentials =
                                                ^
        (package sun.security.krb5.internal.ccache is declared in module java.security.jgss, which does not export it)
      /home/artem/ws/jdk/jdk9_dev_mscapi/jdk/test/sun/security/krb5/auto/KDC.java:1163: error: package sun.security.krb5.internal.ccache is not visible
                          new sun.security.krb5.internal.ccache.Credentials(asRep);
                                                        ^
        (package sun.security.krb5.internal.ccache is declared in module java.security.jgss, which does not export it)


      This looks like a test bug, probably the test needs some @module tags.

            skovalev Sergei Kovalev (Inactive)
            asmotrak Artem Smotrakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: