JDK-8085873 : [TEST_BUG] sun/security/mscapi/PublicKeyInterop.sh fails due to keytool error
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 6u101
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2015-06-05
  • Updated: 2015-06-15
  • Resolved: 2015-06-05
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 6
6u101Fixed
Related Reports
Relates :  
Description
This is because of these two lines in the shell-test:

SystemDrive=`pwd`
export SystemDrive

Normally, SystemDrive env variable should contain C: or whatever drive is system.

In jdk7 and later, this env variable isn't set in the test.