Patch: 4.0: Always use new verifier by default

Mike Stump mrs@apple.com
Thu Oct 13 19:13:00 GMT 2005


On Oct 12, 2005, at 7:06 PM, Bryce McKinlay wrote:
>  /* True if the new bytecode verifier should be used.  */
> -int flag_new_verifier = 0;
> +int flag_new_verifier = 1;

new is a horrible name.  :-(



More information about the Java-patches mailing list