This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC/RFT] Patch (java): Switch to new verifier


Ranjit Mathew wrote:

Bryce you seem to have committed the change
to lang.c to enable the new verifier as well (only
on mainline). Was that intentional? (I have no
objections, since I proposed it in the first
place... ;-))

If it was, please unXFAIL the pr13107_2/3
tests.



Oops, no that wasn't intentional. I think its a good idea though. Andrew, do you want to retroactively approve this (mainline only)? If so I'll add the appropriate ChangeLog entry and remove the XFAILs, otherwise I'll back it out.


Bryce


2005-03-07 Ranjit Mathew <rmathew@hotmail.com>


* lang.c (flag_new_verifier): Enable by default, regardless of ABI.

--- gcc/gcc/java/lang.c 2005/03/06 12:57:56 1.168
+++ gcc/gcc/java/lang.c 2005/03/07 21:10:49 1.169
@@ -134,7 +134,7 @@
int flag_verify_invocations = 0;


/* True if the new bytecode verifier should be used.  */
-int flag_new_verifier = 0;
+int flag_new_verifier = 1;

/* When nonzero, print extra version information.  */
static int v_flag = 0;




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]