Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Runtime: Class Library
-
Labels:None
Description
We need to implement VMProxy to support Proxy classes. From the javadoc: a proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
Issue Links
- is depended upon by
-
RVM-234
Annotation issues: not implemented via proxy classes, support for serialization
-
I should read my own comments more:
I've been corrected by Mark Wielaard, Proxy will actually generate bytecodes when it fails to find a native method implementation in VMProxy.