JDK-8137105 : [TESTBUG] Add test cases for VM Options file feature with removed file size limit
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-09-24
  • Updated: 2015-11-12
  • Resolved: 2015-10-02
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 b89Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
JDK-8135195 will remove file size limit for VM Options file feature. Add new test cases to verify that JVM accept VM Options file with size greater than 1024 bytes and remove test case which verify that JVM reject VM Options file with size greater than 1024 bytes.