summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se::nio::genCharsetProvider.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to patchset 5, based on the 1.5.0_11 JRL source code.Greg Lewis2007-06-091-6/+6
| | | | Notes: svn path=/head/; revision=193076
* . When linprocfs is not mounted the Linux JDK will output a warning message,Greg Lewis2005-04-081-0/+17
unfortunately sending it to stdout. When using such a JDK to bootstrap this line ends up at the head of generated classes, leaving them uncompilable. Add a filter to the class generation to strip out such lines with egrep. A similar patch is present in the jdk14 port and prevents a semi-common class of error reports. Approved by: phantom (maintainer) Notes: svn path=/head/; revision=132777