From patchwork Sat Oct 27 14:47:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs,Java] Remove FAQ entry releated to 12 year old problem Date: Sat, 27 Oct 2012 04:47:17 -0000 From: Gerald Pfeifer X-Patchwork-Id: 194621 Message-Id: To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org I doubt this has been an FAQ in the last decade. :-) Applied. Gerald 2012-10-27 Gerald Pfeifer * faq.html (My program seems to hang): Remove. Index: faq.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v retrieving revision 1.66 diff -u -3 -p -r1.66 faq.html --- faq.html 21 Oct 2012 14:05:48 -0000 1.66 +++ faq.html 27 Oct 2012 14:43:58 -0000 @@ -66,7 +66,6 @@
  • How do I increase the runtime's initial and maximum heap sizes?
  • How can I profile my application?
  • -
  • My program seems to hang and doesn't produce any output
  • Programming Issues @@ -527,18 +526,6 @@ $ ../configure [...] -
    -

    5.7 My program seems to hang and doesn't produce any output

    -
    -
    -

    Some versions had a bug in the iconv support. You can work around - it by setting LANG=en_US.UTF-8 at runtime, or give the - following option during compile time - -Dfile.encoding=UTF-8. This problem should no longer - occur as of November 1, 2000.

    -
    -
    -

    Programming Issues

    6.1 Are there any examples of how to use CNI?