Can PA_RISC/native_threads/java use 64 bit addressability?

kellerk

New Member
My java application needs to use 64 bit addressability in order to access certain areas of shared memory.
To allow this I execute

chatr -M /java1.2/jre/bin/PA_RISC2.0/native_threads/java

so that it is a normal SHMEM_MAGIC executable, with the ability to use 64 bit addressability.


However, I need to be able to run my java app on a machine with a 528 chipset. When the .java_wrapper scipt discovers the 528 chipset it runs the /java1.2/jre/bin/PA_RISC/native_threads/java executable (as opposed to the PA_RISC version).
/java1.2/jre/bin/PA_RISC/native_threads/java is a shared executable and not a normal executable, and consequently does not allow me to change it to a normal SHMEM_MAGIC executable with the above command.

My question is this: Is there a way for the /java1.2/jre/bin/PA_RISC/native_threads/java executable (running on a 528 chipset) to use 64 bit addressability?

I'd appreciate your help.
Ken.
 
Top