JDK-8206443 : Update security libs manual test to cope with removal of javac -source/-target 6
  • Type: Sub-task
  • Component: security-libs
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-06
  • Updated: 2018-07-26
  • Resolved: 2018-07-13
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 12
12 b03Fixed
Description
The two manual security libs regression tests

test/jdk/javax/net/ssl/compatibility/Compatibility.java
test/jdk/sun/security/tools/jarsigner/compatibility/Compatibility.java

use "javac -source 6 -target 6" functionality. Since that functionality will be removed in JDK 12, the tests should be updated accordingly.