Name: nt126004 Date: 09/04/2002
FULL PRODUCT VERSION :
java version 1.3.1_01
FULL OPERATING SYSTEM VERSION : Windows NT Version 4.0
A DESCRIPTION OF THE PROBLEM :
We are deploying a client application using Java Web Start.
The application has a lot of threads. The default per thread
stack size is 512K, which is wasting a lot of memory on the
client machines. We would very much like to be able to
specifiy this parameter in the client JNLP file.
Unfortunately, Java webstart only allows the heap size to be
specified as a jre argument via the JNLP file.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1.Try and specify the -Xss argument equivalent in a WebStart
deployed client program.
2.
3.
EXPECTED VERSUS ACTUAL BEHAVIOR :
There is no valid element in the j2se element attribute
which enables the stack size to be set. Having an attribute
of the j2se element (in JNLP file) like
<j2se version="1.3+" stack-size="64k"/>
REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 159055)
======================================================================
- duplicates
-
JDK-4625809 It's not possible to specify the stack size for JWS applications
-
- Closed
-