[freenet-cvs] r11738 - trunk/freenet/src/freenet/node

toad at freenetproject.org toad at freenetproject.org
Sat Feb 10 14:59:27 UTC 2007


Author: toad
Date: 2007-02-10 14:59:26 +0000 (Sat, 10 Feb 2007)
New Revision: 11738

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
Mention 1.6. (Which seems to work rather well at least as far as memory is concerned).

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java	2007-02-10 14:22:10 UTC (rev 11737)
+++ trunk/freenet/src/freenet/node/Node.java	2007-02-10 14:59:26 UTC (rev 11738)
@@ -1580,7 +1580,7 @@
 			}
 			
 			if(spuriousOOMs) {
-				System.err.println("Please upgrade to at least sun jvm 1.4.2_13 or 1.5.0_10. This version is buggy and may cause spurious OutOfMemoryErrors.");
+				System.err.println("Please upgrade to at least sun jvm 1.4.2_13, 1.5.0_10 or 1.6. This version is buggy and may cause spurious OutOfMemoryErrors.");
 				clientCore.alerts.register(new UserAlert() {
 
 					public String dismissButtonText() {
@@ -1592,7 +1592,7 @@
 						HTMLNode n = new HTMLNode("div");
 						n.addChild("#", "The JVM you are using ("+System.getProperty("java.vm.version")+") is known to be ");
 						n.addChild("a", "href", "/?_CHECKED_HTTP_=http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4855795").addChild("#", "buggy");
-						n.addChild("#", ". It may produce OutOfMemoryError's when there is plenty of memory available. Please upgrade to at least Sun JVM 1.4.2_13 or 1.5.0_10.");
+						n.addChild("#", ". It may produce OutOfMemoryError's when there is plenty of memory available. Please upgrade to at least Sun Java 1.4.2_13, 1.5.0_10 or 1.6.");
 						return n;
 					}
 
@@ -1602,7 +1602,7 @@
 
 					public String getText() {
 						return "The JVM you are using ("+System.getProperty("java.vm.version")+") is known to be " +
-						"buggy. It may produce OutOfMemoryError's when there is plenty of memory available. Please upgrade to at least Sun JVM 1.4.2_13 or 1.5.0_10. See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4855795 .";
+						"buggy. It may produce OutOfMemoryError's when there is plenty of memory available. Please upgrade to at least Sun Java 1.4.2_13, 1.5.0_10 or 1.6. See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4855795 .";
 					}
 
 					public String getTitle() {




More information about the cvs mailing list