6215650
2007-04-18  Andrew Haley  <aph@redhat.com>
6215650
6215650
	* java/lang/reflect/VMProxy.java (HAVE_NATIVE_GENERATE_PROXY_CLASS):
6215650
	Set to false.
6215650
6215650
--- libjava/java/lang/reflect/VMProxy.java	(revision 123861)
6215650
+++ libjava/java/lang/reflect/VMProxy.java	(working copy)
6215650
@@ -65,7 +65,7 @@
6215650
    * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false.
6215650
    * @see java.lang.reflect.Proxy
6215650
    */
6215650
-  static boolean HAVE_NATIVE_GENERATE_PROXY_CLASS = true;
6215650
+  static boolean HAVE_NATIVE_GENERATE_PROXY_CLASS = false;
6215650
 
6215650
   /**
6215650
    * Optional native method to replace (and speed up) the pure Java