This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/14781] Need flag to disable bytecode verification
- From: "rmathew at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 May 2004 11:50:54 -0000
- Subject: [Bug libgcj/14781] Need flag to disable bytecode verification
- References: <20040330054337.14781.rmathew@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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