[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 532f8796366f3b564f53e842fdc2188210f90d29

Benjamin Drung bdrung-guest at alioth.debian.org
Thu Nov 12 16:40:31 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  532f8796366f3b564f53e842fdc2188210f90d29 (commit)
       via  5cf9c9a4523f055d1a4e4523a959c0c583804b23 (commit)
      from  d63c27dfae0cd8be6f26a8a78e663523cf897bd2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 532f8796366f3b564f53e842fdc2188210f90d29
Merge: d63c27dfae0cd8be6f26a8a78e663523cf897bd2 5cf9c9a4523f055d1a4e4523a959c0c583804b23
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Thu Nov 12 17:40:25 2009 +0100

    Merge branch 'upstream'

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                         |    4 ++++
 eclipse-build-config/ChangeLog                    |    6 ++++++
 eclipse-build-config/productFiles/sdk/sdk.product |    2 +-
 pdebuild/eclipse-pdebuild.sh                      |    2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 88928ab..ae0d619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-11  Alexander Kurtakov  <akurtako at redhat.com>
+
+	* pdebuild/eclipse-pdebuild.sh: Do not escape $orbitDepsDir.
+
 2009-11-05  Alexander Kurtakov  <akurtako at redhat.com>
 	Fix for bug #294264.
 	* build.xml: Use ${buildWorkspace} instead of $HOME/workspace.
diff --git a/eclipse-build-config/ChangeLog b/eclipse-build-config/ChangeLog
index ea69312..8d41260 100644
--- a/eclipse-build-config/ChangeLog
+++ b/eclipse-build-config/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-11  Andrew Overholt  <overholt at redhat.com>
+
+	Bug #294877
+
+	* productFiles/sdk/sdk.product: Set HotSpot JIT excludes to avoid crashes.
+
 2009-11-03  Andrew Overholt  <overholt at redhat.com>
 
 	Bug #293952 (Matthias Klose)
diff --git a/eclipse-build-config/productFiles/sdk/sdk.product b/eclipse-build-config/productFiles/sdk/sdk.product
index 0228566..9cc2133 100644
--- a/eclipse-build-config/productFiles/sdk/sdk.product
+++ b/eclipse-build-config/productFiles/sdk/sdk.product
@@ -8,7 +8,7 @@
 
    <launcherArgs>
       <programArgs>-showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m</programArgs>
-      <vmArgs>-Xms40m -Xmx256m</vmArgs>
+      <vmArgs>-Xms128m -Xmx512m -XX:CompileCommand=exclude${#44}org/eclipse/core/internal/dtree/DataTreeNode${#44}forwardDeltaWith -XX:CompileCommand=exclude${#44}org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding${#44}&lt;init&gt; -XX:CompileCommand=exclude${#44}org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates${#44}instantiateTemplate -XX:CompileCommand=exclude${#44}org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage${#44}addBinding -XX:CompileCommand=exclude${#44}org/python/pydev/editor/codecompletion/revisited/PythonPathHelper${#44}isValidSourceFile -XX:CompileCommand=exclude${#44}org/python/pydev/ui/filetypes/FileTypesPreferencesPage${#44}getDottedValidSourceFiles</vmArgs>
       <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
    </launcherArgs>
 
diff --git a/pdebuild/eclipse-pdebuild.sh b/pdebuild/eclipse-pdebuild.sh
index 79462bc..1011199 100755
--- a/pdebuild/eclipse-pdebuild.sh
+++ b/pdebuild/eclipse-pdebuild.sh
@@ -230,7 +230,7 @@ if [ $debugPlatform -eq 1 ]; then
 fi
 
 if [ "x$orbitDepsDir" != "x" ]; then
-    orbitDeps="-DorbitDepsDir=\"$orbitDepsDir\""
+    orbitDeps="-DorbitDepsDir=$orbitDepsDir"
 fi
 
 if [ "x$zipDeps" != "x" ]; then


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list