JVM 1.4 default stack size

Hi,

I would like to know what is the default stack size of JVM of jdk 1.4.

Is there any command which i can use to find the current stack size set up?

Is the heap size & stack size same?

Actually i'm getting a java.lang.StackOverflowError when i execute a class ProgramCallDocument which is present in the jt400.jar provided by IBM in thier Websphere Application Studio Server suite.

The class is working fine with jdk 1.3. But it is giving an error in jdk 1.4

Do any one have any clue about this? Please Help.

Thanks,

Jac.

[583 byte] By [jacob.josepha] at [2007-11-27 2:40:28]
# 1
You could of course just increase the stack size.As in terms of why, if it was borderline before and now something was added then a recursive call might push it over.
jschella at 2007-7-12 3:03:21 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

Thanks for the reply...

Actaully I was looking for how to know the current stack size set for JVM. I assume that using -Xss command will increase the stack size, but before doing so I need to take the current stack size.

Please let me know if you know the command for getting the current stack size set for JVM.

Thanks,

Jacob.

jacob.josepha at 2007-7-12 3:03:21 > top of Java-index,Java HotSpot Virtual Machine,Specifications...