On 04/08/13 19:50, Isml wrote:
Hi everyone, I am trying to compile a x64 version openjdk on Ubuntu 12.10 x64. I use the following commands:export LP64=1 make product1(I want to compile the client jvm) but receive the following errors:No compiler1 product1 for ARCH_DATA_MODEL=64
[... snip ...]
It seems that x64 version client jvm is not supported, is it true?
Thanks for any help.
That is correct. There is no 64-bit client (also known as compiler1) JVM. Tim
