From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27265 invoked by alias); 27 Mar 2006 18:43:29 -0000 Received: (qmail 27242 invoked by uid 48); 27 Mar 2006 18:43:28 -0000 Date: Mon, 27 Mar 2006 18:43:00 -0000 Message-ID: <20060327184328.27241.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/26861] VirtualMachineError in interperter. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q1/txt/msg00436.txt.bz2 List-Id: ------- Comment #1 from tromey at gcc dot gnu dot org 2006-03-27 18:43 ------- The error appears to be intentional: jint field_offset = field->u.boffset; if (field_offset > 0xffff) throw new java::lang::VirtualMachineError; However, I don't know what purpose this could serve. Perhaps it is a mistake on the part of the original author, thinking that this somehow reflects the internal limit of 65535 fields per .class file. -- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-03-27 18:43:27 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26861