Re: [yocto] enable Shark support in JAVA + list of alternative JVM for use in combination with OpenJDK on PowerPC

2013-11-08 Thread Khem Raj
On Fri, Nov 8, 2013 at 12:34 AM, Xerxes Rånby wrote: > There is a PowerPC Hotspot JVM available for use with OpenJDK maintained by > the ppc-aix-port (it also work on linux!), it includes a mixed-mode VM (with > the C++ Interpreter and the C2 "Server" JIT compiler). > http://openjdk.java.net/pro

Re: [yocto] enable Shark support in JAVA + list of alternative JVM for use in combination with OpenJDK on PowerPC

2013-11-08 Thread Xerxes Rånby
Hi Sonia 2013-11-08 07:43, sonia verma wrote: > I am not able find LLVM compiler for PowerPc.Due to this I'm not able to > integrate JAVA in compiler mode on PowerPc board. If you still want to test Shark you need to first build and test LLVM on powerpc. http://llvm.org/ It is wise to build and

Re: [yocto] enable Shark support in JAVA

2013-11-07 Thread sonia verma
Hi Andrew I am not able find LLVM compiler for PowerPc.Due to this I'm not able to integrate JAVA in compiler mode on PowerPc board. Can you suggest any alternative for that. On Sun, Nov 3, 2013 at 11:29 PM, Andrew Haley wrote: > On 10/31/2013 03:10 PM, sonia verma wrote: > > adding zero-dev

Re: [yocto] enable Shark support in JAVA

2013-11-04 Thread Andrew Haley
On 10/31/2013 03:10 PM, sonia verma wrote: > adding zero-dev in loop. > > > On Thu, Oct 31, 2013 at 8:38 PM, sonia verma wrote: > >> Hi ALL, >> >> I have integrated Java in one of the board having Powerpc architecture >> using meta-java. By default it cam with Zero port support which only works

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread sonia verma
Hi khem i am not able to find the link from where i can download "IBM's proprietary JRE J9 for ppc" can you please provide me the link. - Regards Sonia Verma On Thu, Oct 31, 2013 at 10:35 PM, Khem Raj wrote: > On Thu, Oct 31, 2013 at 9:56 AM, sonia verma > wrote: > > Hi Khem > > > > Actu

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 9:56 AM, sonia verma wrote: > Hi Khem > > Actually I'm runninng JAVA based Opendaylight controller on powerpc > architecture with zero ineterpreter mode and it takes about 10 min to start. > yes. I dont think there are much possibilities there. You can try IBM's proprietar

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread sonia verma
Hi Khem Actually I'm runninng JAVA based Opendaylight controller on powerpc architecture with zero ineterpreter mode and it takes about 10 min to start. On the another hand when I run it on x-86 machine,in hardly takes few seconds to start. Board supporting java: java version "1.7.0_25" OpenJDK

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 8:08 AM, sonia verma wrote: > Hi ALL, > > I have integrated Java in one of the board having Powerpc architecture using > meta-java. By default it cam with Zero port support which only works in > interpreter mode. > > I need to enable Shark support in that. Can any one pleas

Re: [yocto] enable Shark support in JAVA

2013-10-31 Thread sonia verma
adding zero-dev in loop. On Thu, Oct 31, 2013 at 8:38 PM, sonia verma wrote: > Hi ALL, > > I have integrated Java in one of the board having Powerpc architecture > using meta-java. By default it cam with Zero port support which only works > in interpreter mode. > > I need to enable Shark support

[yocto] enable Shark support in JAVA

2013-10-31 Thread sonia verma
Hi ALL, I have integrated Java in one of the board having Powerpc architecture using meta-java. By default it cam with Zero port support which only works in interpreter mode. I need to enable Shark support in that. Can any one please help me with the procedure to compile JAVA with Shark support.