Hi Max, Hi Otavio, I've managed to build and run OpenJDK-7-75b13 on an armv7 target but now I run into an issue reported all around in the net: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1851
I'm adressing the same issue with the quartz library on my target as in the last comment. For this specific case it looks like the segfault is thrown on a call to Object.clone() within the quartz library. Unfortunately I don't find any bugfix or other hint for fixing that issue. Other sites state, that "-XX:+PrintCommandLineFlags" works around that issue. This is right but it makes the VM painfully slow. So it looks like either the ThumbEE or the whole ASM optimizations won't be used with that option. http://blog.timmattison.com/archives/2014/08/29/deal-with-os-linux-zero-dot-cpp-related-jvm-crashes-without-using-the-oracle-jvm/ I've looked for solutions a lot but didn't find anything helpful, yet. Any ideas? If anyone wants to play around with my current work. Please have a look at my fork on github https://github.com/esven/meta-java/tree/jdk_update Cheers, Sven Am 02.04.2015 um 20:28 schrieb Max Krummenacher: > Hi Sven > > To be honest I don't know. > I remembered that pull request when I saw your question, however I did > not build nor test the updated OpenJDK. > > Regards > Max > > 2015-04-01 22:04 GMT+02:00 Sven Ebenfeld <[email protected]>: >> Hi Max, >> >> Am 01.04.2015 um 19:17 schrieb Max Krummenacher: >>> Hi Sven >>> >>> Maybe this pull request to the old meta-java repo location contains >>> already contains some of the stuff you need. >>> https://github.com/woglinde/meta-java/pull/62 >> >> Thanks, I will have a look at this. >> Did you have the same problem with rmic as well? >> >>> >>> Regards >>> Max >>> >> Cheers, >> Sven >> -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
