From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4064 invoked by alias); 17 Jan 2002 14:36:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 3925 invoked by uid 71); 17 Jan 2002 14:36:02 -0000 Resent-Date: 17 Jan 2002 14:36:02 -0000 Resent-Message-ID: <20020117143602.3923.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, nallen@freenet.co.uk Received:(qmail 24448 invoked by uid 61); 17 Jan 2002 14:28:28 -0000 Message-Id:<20020117142828.24444.qmail@sources.redhat.com> Date: Thu, 17 Jan 2002 06:36:00 -0000 From: nallen@freenet.co.uk Reply-To: nallen@freenet.co.uk To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: java/5412: gcjh -stubs creates stubs for classes which have no native methods X-SW-Source: 2002-01/txt/msg00614.txt.bz2 List-Id: >Number: 5412 >Category: java >Synopsis: gcjh -stubs creates stubs for classes which have no native methods >Confidential: no >Severity: non-critical >Priority: low >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Jan 17 06:36:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nicholas Allen >Release: gcj 3.0.3 >Organization: >Environment: RedHat Linux 7.2 >Description: if gcjh -stubs is run on class files that contain no native methods it still generates a stubs file. As the purpose of the stubs file is to write native method implementations it doesn't make much sense to do this. It is a little annoying if you take a load of existing classes that use JNI and run the stubs on all of them so you have somewhere to start from. It generates a cpp file for every class. It would be much nicer if it just generated the files that were needed. >How-To-Repeat: gcjh -stubs >Fix: >Release-Note: >Audit-Trail: >Unformatted: