Re: Need reviewer: Exceptions to mapfile rule on shared libraries

2011-04-15 Thread Phil Race
For jpeg its something we could consider for JDK 8 although I think its been called libjpeg since JDK 1.0 without apparent problems. But this JDK libxinerama is only for Solaris (SPARC, specifically), and on Solaris Xinerama functionality has always lived in libXext.so, so there's no clash. Sola

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-15 Thread Kelly O'Hair
On Apr 15, 2011, at 6:48 AM, luxInteg wrote: > Greetings, > > I am attempting to compile openJDK-7 on a computer whth these:- > --cpu amd64 2cores > --OS cblfs 64-bit linux gcc-4.5.2 kernel-2.6.35.7 jdk-6u24, ant-1.8.1, > make-3.82,unzip-5.55,zip-3.0 > > > here are the environmental veriabl

Re: Need Reviewer: change MAX_VM_MEMORY to 512

2011-04-15 Thread Kumar Srinivasan
Hi, Sorry if I am jumping in late, but if we are hard-coding MAX_VM_MEMORY to 512, the logic just below sets MIN_VM_MEMORY and it checks if it is 128 etc. etc. Why not set MIN_VM_MEMORY = MAX_VM_MEMORY and remove all that logic, this will simplify things OR simply allow the VM to start with

Re: Need Reviewer: change MAX_VM_MEMORY to 512

2011-04-15 Thread suchen.ch...@oracle.com
Hi Kelly, Thanks for reviewing and providing the suggestion. I've tested with the suggested codes and updated the webrev. Regards, Su-Chen On Apr 12, 2011, at 4:47 PM, Kelly O'Hair wrote: I think we have a problem with this, I've looked at this before, but something is wrong here. The e

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-15 Thread luxInteg
On Friday 15 April 2011 14:48:58 Dr Andrew John Hughes wrote: > On 14:48 Fri 15 Apr , luxInteg wrote: > > Greetings, > > > > I am attempting to compile openJDK-7 on a computer whth these:- > > --cpu amd64 2cores > > --OS cblfs 64-bit linux gcc-4.5.2 kernel-2.6.35.7 jdk-6u24, ant-1.8.1, > > ma

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-15 Thread Dr Andrew John Hughes
On 14:48 Fri 15 Apr , luxInteg wrote: > Greetings, > > I am attempting to compile openJDK-7 on a computer whth these:- > --cpu amd64 2cores > --OS cblfs 64-bit linux gcc-4.5.2 kernel-2.6.35.7 jdk-6u24, ant-1.8.1, > make-3.82,unzip-5.55,zip-3.0 > > > here are the environmental veriables I

openJDK7 build fails on 64bit cblfs linux

2011-04-15 Thread luxInteg
Greetings, I am attempting to compile openJDK-7 on a computer whth these:- --cpu amd64 2cores --OS cblfs 64-bit linux gcc-4.5.2 kernel-2.6.35.7 jdk-6u24, ant-1.8.1, make-3.82,unzip-5.55,zip-3.0 here are the environmental veriables I have set:- export PATH=/usr/bin:/o