From 9c09fb05812e0efc0ddbb9e8675568ba5e67609e Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Fri, 11 Jun 2010 18:41:34 +0000 Subject: [PATCH] Mentioning #49430. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953821 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 94eaf1798..6f557efa2 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -19,6 +19,9 @@ Changes that could break older environments: Fixed bugs: ----------- + * mmap-based file copy problems under JDK 1.4 on Linux. + Bugzilla Report 49430. + * The Sun JVM tries to mmap the entire file during a copy. For large files this is not feasible. We now explicitly request to copy at most 16 MiB per request.