JDK-8150099 : Create test specs and test to cover list of new secure VM args
  • Type: Sub-task
  • Component: deploy
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-02-17
  • Updated: 2016-07-14
  • Resolved: 2016-06-24
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 9
9 b127Fixed
Description
We used to test these secure VM args one by one with individual jnlp files. This is not efficient and getting hard to manage as the number of supported vm args grows up.

We should instead do it with a template jnlp file. But we still have the burden of naming test methods, need to figure out how to handle it.
Comments
https://java.se.oracle.com/code/cru/CR-JDK9CLIENT-2088
23-06-2016

Stephen, we might not have time to re-structure the testsuite so you can go ahead and create required tests. You can file a separate Enhancement for the re-structuring work.
27-05-2016