Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Ralph Sennhauser (sera)" <sera@g.o>
Subject: gentoo-x86 commit in dev-java/sun-jre-bin: ChangeLog sun-jre-bin-1.6.0.32.ebuild sun-jre-bin-1.6.0.31.ebuild
Date: Mon, 7 May 2012 11:58:18 +0000 (UTC)
sera        12/05/07 11:58:18

  Modified:             ChangeLog sun-jre-bin-1.6.0.32.ebuild
                        sun-jre-bin-1.6.0.31.ebuild
  Log:
  Add workaround for large memory on x86. #405239
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.211                dev-java/sun-jre-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?rev=1.211&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?rev=1.211&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?r1=1.210&r2=1.211

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog	5 May 2012 21:53:37 -0000	1.210
+++ ChangeLog	7 May 2012 11:58:18 -0000	1.211
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/sun-jre-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.210 2012/05/05 21:53:37 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.211 2012/05/07 11:58:18 sera Exp $
+
+  07 May 2012; Ralph Sennhauser <sera@g.o> sun-jre-bin-1.6.0.31.ebuild,
+  sun-jre-bin-1.6.0.32.ebuild:
+  Add workaround for large memory on x86. #405239
 
 *sun-jre-bin-1.6.0.32 (05 May 2012)
 



1.2                  dev-java/sun-jre-bin/sun-jre-bin-1.6.0.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.32.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.32.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.32.ebuild?r1=1.1&r2=1.2

Index: sun-jre-bin-1.6.0.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sun-jre-bin-1.6.0.32.ebuild	5 May 2012 21:53:37 -0000	1.1
+++ sun-jre-bin-1.6.0.32.ebuild	7 May 2012 11:58:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.32.ebuild,v 1.1 2012/05/05 21:53:37 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.32.ebuild,v 1.2 2012/05/07 11:58:18 sera Exp $
 
 EAPI="4"
 
@@ -71,7 +71,9 @@
 	if use x86; then
 		bin/java -client -Xshare:dump || die
 	fi
-	bin/java -server -Xshare:dump || die
+	# limit heap size for large memory on x86 #405239
+	# this is a workaround and shouldn't be needed.
+	bin/java -server -Xmx64m -Xshare:dump || die
 }
 
 src_install() {



1.5                  dev-java/sun-jre-bin/sun-jre-bin-1.6.0.31.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.31.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.31.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.31.ebuild?r1=1.4&r2=1.5

Index: sun-jre-bin-1.6.0.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.31.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sun-jre-bin-1.6.0.31.ebuild	5 May 2012 15:30:56 -0000	1.4
+++ sun-jre-bin-1.6.0.31.ebuild	7 May 2012 11:58:18 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.31.ebuild,v 1.4 2012/05/05 15:30:56 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.31.ebuild,v 1.5 2012/05/07 11:58:18 sera Exp $
 
 EAPI="4"
 
@@ -71,7 +71,9 @@
 	if use x86; then
 		bin/java -client -Xshare:dump || die
 	fi
-	bin/java -server -Xshare:dump || die
+	# limit heap size for large memory on x86 #405239
+	# this is a workaround and shouldn't be needed.
+	bin/java -server -Xmx64m -Xshare:dump || die
 }
 
 src_install() {





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in media-sound/mp3unicode: mp3unicode-1.2.1.ebuild ChangeLog
Next by thread:
gentoo-x86 commit in app-emulation/vmware-modules/files: 264-apic.patch
Previous by date:
gentoo-x86 commit in profiles: ChangeLog package.mask
Next by date:
gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-solaris.xml


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.