From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22835 invoked by alias); 31 May 2004 11:50:55 -0000 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 Received: (qmail 22789 invoked by uid 48); 31 May 2004 11:50:54 -0000 Date: Mon, 31 May 2004 14:33:00 -0000 Message-ID: <20040531115054.22786.qmail@sourceware.org> From: "rmathew at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040330054337.14781.rmathew@hotmail.com> References: <20040330054337.14781.rmathew@hotmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/14781] Need flag to disable bytecode verification X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00180.txt.bz2 List-Id: ------- Additional Comments From rmathew at gcc dot gnu dot org 2004-05-31 11:50 ------- Actually, verification is no longer optional according to the JVMS as well as the JLS (Second Edition): http://java.sun.com/docs/books/vmspec/2nd-edition/html/ChangesAppendix.doc.html#448680 http://java.sun.com/docs/books/jls/second_edition/html/execution.doc.html#44490 That explains why the corresponding options are "hidden" in the JDK (at least as of 1.4.2). So should this be marked as WONTFIX? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14781