From 449e8ce658ed6c5d2f75c55add47615617a74794 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Mon, 4 Apr 2011 03:06:39 +0000 Subject: [PATCH] Try a workaround against TC7 tests running too slow on Gump: a workaround against Oracle JVM bug 6202721 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1088467 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 3 +++ build.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/build.properties.default b/build.properties.default index 85b474d8b..e23e02a4a 100644 --- a/build.properties.default +++ b/build.properties.default @@ -40,6 +40,9 @@ execute.test.nio=true execute.test.apr=true test.haltonfailure=false +# Workaround against http://bugs.sun.com/view_bug.do?bug_id=6202721 +test.jvmarg.egd=-Djava.security.egd=file:/dev/./urandom + # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, # as it is referenced with different working directory diff --git a/build.xml b/build.xml index 22d26d8e1..839ce3e79 100644 --- a/build.xml +++ b/build.xml @@ -1062,6 +1062,7 @@ + -- 2.11.0