classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Proxy -> VMProxy patch


From: Jeroen Frijters
Subject: [cp-patches] FYI: Proxy -> VMProxy patch
Date: Tue, 26 Jul 2005 11:10:36 +0200

Hi,

I moved to native methods in Proxy to VMProxy and moved the
configuration flags that control whether the native methods are used
from gnu.classpath.Configuration to VMProxy as well.

Regards,
Jeroen

2005-07-26  Jeroen Frijters  <address@hidden>

        * NEWS: Added comment about new VMProxy class.
        * gnu/classpath/Configuration.java.in
        (HAVE_NATIVE_GET_PROXY_CLASS): Removed.
        (HAVE_NATIVE_GET_PROXY_DATA): Removed.
        (HAVE_NATIVE_GENERATE_PROXY_CLASS): Removed.
        * java/lang/reflect/Proxy.java
        (getProxyClass): Changed to call VMProxy.
        (getProxyClass0): Removed.
        (getProxyData0): Removed.
        (generateProxyClass0): Removed.
        (ProxyData): Removed private modifier.
        (POOL): Removed (was unused).
        (INVOKESTATIC): Removed (was unused).
        * vm/reference/java/lang/reflect/VMProxy.java: New file.

Attachment: proxy.patch.txt
Description: proxy.patch.txt

Attachment: VMProxy.java
Description: VMProxy.java


reply via email to

[Prev in Thread] Current Thread [Next in Thread]