From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21491 invoked by alias); 31 May 2004 11:49:47 -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 21247 invoked by uid 48); 31 May 2004 11:49:46 -0000 Date: Mon, 31 May 2004 11:50:00 -0000 Message-ID: <20040531114946.21246.qmail@sourceware.org> From: "rmathew at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040530162038.15735.rmathew@gcc.gnu.org> References: <20040530162038.15735.rmathew@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/15735] Should be able to disable bytecode verification X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00179.txt.bz2 List-Id: ------- Additional Comments From rmathew at gcc dot gnu dot org 2004-05-31 11:49 ------- 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=15735