Operating System - HP-UX
1832606 Members
2062 Online
110043 Solutions
New Discussion

JVM 1.6 from 32bits to 64bits

 
Antonio Egea
Advisor

JVM 1.6 from 32bits to 64bits

Hi all,

I would like to ask if someone can point me to a document about the management for changing from a 32 bits JVM to a 64bits one in HPUX (with -d64) If this is not possible it will be helpful if any could give me some tips about how to manage this change, if from OS some kernel tuning is needed and some info regarding the stack size, or the growth in the memory consumption it will induce

Thank you in advance.
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: JVM 1.6 from 32bits to 64bits

Just try it. You'll need to make sure that any JNIs be ported to 64 bit.
Steven E. Protter
Exalted Contributor

Re: JVM 1.6 from 32bits to 64bits

Shalom,

JVM for HP-UX has a facility for running a binary compiled in 32 bit or 64 bit mode.

The only real reason to go 64 bit is if the amount of data exceeds the limitations of 32 bit environment. Or if you are extremely anal :-)

I doubt any OS tuning would be required unless the program is absolutely enormous.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Antonio Egea
Advisor

Re: JVM 1.6 from 32bits to 64bits

Thank you for the help. I think the best is to try and monitor it, yes :)

Antonio Egea
Advisor

Re: JVM 1.6 from 32bits to 64bits

Thank you all.