JDK-6997740 : ktab entry related test compilation error
  • Type: Bug
  • Component: security-libs
  • Sub-Component: org.ietf.jgss:krb5
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-11-05
  • Updated: 2011-03-07
  • Resolved: 2011-03-07
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 7
7 b120Fixed
Related Reports
Relates :  
Relates :  
Description
4 regression test failures in b118 test:

> sun/security/krb5/auto/MoreKvno.java : Failed. Compilation failed
> sun/security/krb5/auto/SSL.java : Failed. Compilation failed *new* 118 | |
> sun/security/krb5/auto/W83.java : Failed. Compilation failed
> sun/security/krb5/ktab/KeyTabIndex.java : Failed. Compilation failed
>

In the first one, the KeyTab.addEntry signature is changed from 2/3 to 4 args, but the failing 3 arg-using tests can't find the new method.  And in the second one, the signature of deleteEntry is changed from 1/2 to 3 args.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/jdk/rev/856843c444a0
04-12-2010

EVALUATION http://hg.openjdk.java.net/jdk7/tl/jdk/rev/856843c444a0
06-11-2010

EVALUATION KeyTab methods signatured changed in a previous fix.
05-11-2010