JDK-8135195 : VM Options file should not be limited to 1k in bytes
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-09-08
  • Updated: 2022-06-15
  • 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 :  
Description
Options file should not be limited to a 1k in bytes limiting what it can be used for.
It cannot set a path name property that is max path len,
JDK - 8061999 added the options file but limited it to a  total size of 1024k.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/12a66b77145e User: lana Date: 2015-10-28 19:24:52 +0000
28-10-2015

URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/12a66b77145e User: dcubed Date: 2015-10-02 14:58:40 +0000
02-10-2015

> limited it to a total size of 1024k. 1024k == 1024 * 1024 == 1M I think you mean 1024 bytes.
17-09-2015