From patchwork Sat Oct 27 14:47:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 194621 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 4D95F2C007F for ; Sun, 28 Oct 2012 01:47:56 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1351954077; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=MQbK9opdQwWMXIUz0ccD e452Bsk=; b=kgCu+UyJhNpkGpyeyAn+xWbCi7Q7Z0pWdrs2mi6YUozWUt85rME0 56eelWMWegomqE/BX1G8arn0f4ruqlm0RpBU7VqRVOpfJJDtIE9MC2FmpI0pueAP JN5x4S2sCDYK6uIRVuoC3u2q++du2YPl5uIMHn5U8DXZz/aLHIruXGQ= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=hm/F+IPTXylT903hA7oCWtr2b3iBBYZXDRZ4QHkklirog7Pj1leKvWdlkC9p9b CywPoezIqjhSexjzEy0DIBlPZ0Yjn/e0ttHhu0FvqoRSWfrrlDZPT3qmFkxtR5XO SlJkILJfC0kNAG6JxzuD1eK8uQnpoUutSv4UKG+RztWcs=; Received: (qmail 7218 invoked by alias); 27 Oct 2012 14:47:47 -0000 Received: (qmail 7202 invoked by uid 22791); 27 Oct 2012 14:47:46 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 27 Oct 2012 14:47:41 +0000 Received: from [109.46.174.249] (unknown [109.46.174.249]) by ainaz.pair.com (Postfix) with ESMTPSA id 21EC63F40F; Sat, 27 Oct 2012 10:47:39 -0400 (EDT) Date: Sat, 27 Oct 2012 16:47:17 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs,Java] Remove FAQ entry releated to 12 year old problem Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-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?