RFC: Netx - Check and store intial-heap-size and max-heap-size

Omair Majid omajid at redhat.com
Tue May 26 10:53:02 PDT 2009


Hi,

JNLP files can specify the initial heap size and the max heap size for 
the JVM. NetX currently ignores these. The attached patch makes Netx 
check that the values supplied in the JNLP file are correct, and store 
them as strings to preserve the original values.

ChangeLog:
2009-05-26  Omair Majid  <omajid at redhat.com>
     * rt/net/sourceforge/jnlp/JREDesc.java: Change type of
     initialHeapSize to String. Change type of maximumHeapSize to String.
     (JREDesc): Check for sensible values for heap sizes.
     (getMaximumHeapSize): Change return type to String.
     (getInitialHeapSize): Likewise.
     (heapToLong): Renamed to checkHeapSize.
     (checkHeapSize): Check for valid heap size.
     * rt/net/sourceforge/jnlp/resources/Messages.properties: Add
     PBadHeapSize message to indicate an invalid heap size.

Any comments?

Cheers,
Omair

-------------- next part --------------
A non-text attachment was scrubbed...
Name: netx-vm-heap-sizes.patch
Type: text/x-patch
Size: 3921 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090526/06cc3a5f/netx-vm-heap-sizes.patch 


More information about the distro-pkg-dev mailing list