summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se::nio::genCharsetProvider.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-04-08. When linprocfs is not mounted the Linux JDK will output a warning message,Greg Lewis1-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)