From patchwork Thu Nov 1 23:48:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 196424 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 5D6732C00EC for ; Fri, 2 Nov 2012 10:48:45 +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=1352418526; 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=K+kCdkjyLIUeJuDf0MmJ VazJZtM=; b=B9hbTk1ibLo+oDEU4/ZwL6WIMnjuVkVMDA+Pzmn4eNdLK1DPmH+M ib1O0PpH3pyLtY/VAEKVaC8YDVnIqyi/3YayGbs5Vb4tNj+y3bey0IPtKOxcI8QX hVA3qdptf/WGYfGGQxsB3ZcqMzX7gYpkZQp4CsHr7cqNRMci8rX6TZY= 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=C9MTW/xe7bPdcKouxqOLDds0PLfYmbeqN4+1vmlWXy2xlqm1ps2dOKHEGsSo2J g8ZCFG8lrXPXmsGJ7FkI/OAYDzeOKtgX5C2bzp5+ns1xTk87RIbjBXGPHjBhqdMq vhtumQUBYHHavxg130w06ZTm9Y7InZDEy1fGINTtMatuc=; Received: (qmail 8991 invoked by alias); 1 Nov 2012 23:48:40 -0000 Received: (qmail 8974 invoked by uid 22791); 1 Nov 2012 23:48:39 -0000 X-SWARE-Spam-Status: No, hits=-49.7 required=5.0 tests=AWL, BAYES_00, TVD_PH_BODY_ACCOUNTS_PRE, TW_IB 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; Thu, 01 Nov 2012 23:48:35 +0000 Received: from [192.168.0.129] (vie-188-118-240-184.dsl.sil.at [188.118.240.184]) by ainaz.pair.com (Postfix) with ESMTPSA id 4F6053F40F; Thu, 1 Nov 2012 19:48:34 -0400 (EDT) Date: Fri, 2 Nov 2012 00:48:35 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs,Java] 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 The current libjit reference greats us with "This Account Has Been Suspended". Not good. This fixes it. Gerald 2012-11-02 Gerald Pfeifer * index.html (href): Adjust reference to libjit. Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v retrieving revision 1.175 diff -u -3 -p -r1.175 index.html --- index.html 30 Oct 2012 23:11:55 -0000 1.175 +++ index.html 1 Nov 2012 23:46:20 -0000 @@ -112,7 +112,7 @@ garbage collection when running Tom Tromey has announced the availability of two experimental Just-In-Time (JIT) interpreters for GCJ based -on libjit and libjit and LLVM respectively. The source code for these JITs is available via the "gcj-jit" module of the rhug repository.