[oe-commits] Robert Schuster : ecj-initial: Increased maximum heap space to 1 GiB.

git version control git at git.openembedded.org
Thu Oct 1 15:10:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c9a49e87cac70e9e9853e155926aee99cd1d0036
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9a49e87cac70e9e9853e155926aee99cd1d0036

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Thu Oct  1 17:09:32 2009 +0200

ecj-initial: Increased maximum heap space to 1 GiB.
ecj-bootstrap-native: Dito.

---

 recipes/ecj/ecj-bootstrap-native.bb   |    2 +-
 recipes/ecj/ecj-initial.bb            |    2 ++
 recipes/ecj/files/ecj.in              |    2 +-
 recipes/ecj/libecj-bootstrap_3.4.1.bb |    2 +-
 recipes/ecj/libecj-bootstrap_3.4.bb   |    2 +-
 recipes/ecj/libecj-bootstrap_3.5.bb   |    2 +-
 6 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/recipes/ecj/ecj-bootstrap-native.bb b/recipes/ecj/ecj-bootstrap-native.bb
index 2bda972..6c80de7 100644
--- a/recipes/ecj/ecj-bootstrap-native.bb
+++ b/recipes/ecj/ecj-bootstrap-native.bb
@@ -17,7 +17,7 @@ SRC_URI = "file://ecj.in"
 
 S = "${WORKDIR}"
 
-PR = "r1"
+PR = "r2"
 
 JAR = "ecj-bootstrap.jar"
 
diff --git a/recipes/ecj/ecj-initial.bb b/recipes/ecj/ecj-initial.bb
index 1064536..6695fbd 100644
--- a/recipes/ecj/ecj-initial.bb
+++ b/recipes/ecj/ecj-initial.bb
@@ -9,6 +9,8 @@ LICENSE = "EPL"
 
 DEPENDS = "libecj-bootstrap"
 
+PR = "r1"
+
 SRC_URI = "file://ecj.in"
 
 S = "${WORKDIR}"
diff --git a/recipes/ecj/files/ecj.in b/recipes/ecj/files/ecj.in
index 2099991..2cff259 100755
--- a/recipes/ecj/files/ecj.in
+++ b/recipes/ecj/files/ecj.in
@@ -1 +1 @@
-${RUNTIME} -Xmx512m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}
+${RUNTIME} -Xmx1024m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}
diff --git a/recipes/ecj/libecj-bootstrap_3.4.1.bb b/recipes/ecj/libecj-bootstrap_3.4.1.bb
index 85662ab..c7e605b 100644
--- a/recipes/ecj/libecj-bootstrap_3.4.1.bb
+++ b/recipes/ecj/libecj-bootstrap_3.4.1.bb
@@ -1,6 +1,6 @@
 require libecj-bootstrap.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
 	http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4.1-200809111700/ecjsrc-3.4.1.zip \
diff --git a/recipes/ecj/libecj-bootstrap_3.4.bb b/recipes/ecj/libecj-bootstrap_3.4.bb
index 381f424..61a980a 100644
--- a/recipes/ecj/libecj-bootstrap_3.4.bb
+++ b/recipes/ecj/libecj-bootstrap_3.4.bb
@@ -1,6 +1,6 @@
 require libecj-bootstrap.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "\
 	http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4-200806172000/ecjsrc-3.4.zip \
diff --git a/recipes/ecj/libecj-bootstrap_3.5.bb b/recipes/ecj/libecj-bootstrap_3.5.bb
index 005000e..adc9712 100644
--- a/recipes/ecj/libecj-bootstrap_3.5.bb
+++ b/recipes/ecj/libecj-bootstrap_3.5.bb
@@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1"
 
 require libecj-bootstrap.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = " \
 	   http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.5-200906111540/ecjsrc-3.5.zip \





More information about the Openembedded-commits mailing list