Browse Source

Mentioning #49430.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953821 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
9c09fb0581
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      WHATSNEW

+ 3
- 0
WHATSNEW View File

@@ -19,6 +19,9 @@ Changes that could break older environments:
Fixed bugs: 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. * The Sun JVM tries to mmap the entire file during a copy.
For large files this is not feasible. For large files this is not feasible.
We now explicitly request to copy at most 16 MiB per request. We now explicitly request to copy at most 16 MiB per request.


Loading…
Cancel
Save