From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5662 invoked by alias); 11 Jun 2003 23:36:10 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5654 invoked from network); 11 Jun 2003 23:36:10 -0000 Received: from unknown (HELO smtp2.Stanford.EDU) (171.64.14.116) by sources.redhat.com with SMTP; 11 Jun 2003 23:36:10 -0000 Received: (from root@localhost) by smtp2.Stanford.EDU (8.12.9/8.12.9) id h5BNa9jN019531 for gdb@sources.redhat.com; Wed, 11 Jun 2003 16:36:09 -0700 (PDT) Received: from jackfruit.Stanford.EDU (jackfruit.Stanford.EDU [171.64.38.136]) by smtp2.Stanford.EDU (8.12.9/8.12.9) with ESMTP id h5BNa48v019491; Wed, 11 Jun 2003 16:36:05 -0700 (PDT) Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h5BNa4T10730; Wed, 11 Jun 2003 16:36:04 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Tom Tromey Subject: GDB and Java Cc: gdb From: David Carlton Date: Wed, 11 Jun 2003 23:36:00 -0000 Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00193.txt.bz2 Tom, I just committed a large GDB patch that, among other things, touches the dynamic class symbol part of jv-lang.c. Can you give current mainline a whirl to make sure that I didn't screw anything up? These changes should make that code more stable in the long term, but there's always the possibility that I missed something in the short term. David Carlton carlton@math.stanford.edu