Sorry i am new to this forum, actually my target is as follows: I want to compile openjdk 8 for arm processor due to one of my requirement . I have used meta-java layer with openjre 102b14 version. Its compiling good with arm compiler. But i want to add any available JIT ie just in time compiler to be added in my working arm based java binaries to increase the performance of my java applications to be used. Steps followed are : Downloaded poky and meta-java layer. Set machine to be qemuarm . Toolchain get downloaded as required along with required tools. Openjre 8_102b14 is compiled for arm successfully. I twisted the recipe and added enable-jamvm as config param. Now jamvm is compiled as dependency. After successful compilations of recipes i tried to run java binaries using chroot replacing libjvm.so default with created using jamvm . Java -jamvm -version Getting segmentation fault core dumped. Please suggest the solution for the same. I tried with diffrrent VMs also but all in vein. Even i tried diiferent variants of openjdk that says that Jit works fine with it. Like openjdk8u-111-b14 works fine for debian but same source gives compilation errors. Please suggest openjdk8 version for arm to add jit support that will work fine for me. Thanks Rohit jindal