summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj/files
Commit message (Collapse)AuthorAgeFilesLines
* ecj-initial.in: Disable multithreading to mitigate segfaultingErkka Kääriä2015-11-101-1/+3
| | | | | | | | | | | | | | | Cacao-initial-native suffers from sporadic segmentation faults, when the Java program uses multiple Java threads, due to a race condition. In particular, jamvm-native and classpath-native builds would occasionally fail as the eclipse compiler used during build task by default uses multiple threads. As fixing the race condition would require large changes to the cacao-initial-native codebase, and as it is only used briefly during the bootstrapping process, it is easier and safer to just force ecj-initial to run in a singlethreaded mode. Signed-off-by: Erkka Kääriä <erkka.kaaria@intel.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ecj-bootstrap-native: fix bashims againHenning Heinold2012-07-191-1/+1
|
* ecj-bootstrap: rework javac script and bump PRHenning Heinold2012-05-251-7/+13
|
* meta-java: initial commitHenning Heinold2011-11-262-0/+13
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native