Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Proxy classes appear to be a better way to implement the virtual classes created by annotations. This isn't a requirement of the spec and could possibly lower
performance.
There's more info in the new Classpath Sun compatibility file:
http://cvs.savannah.gnu.org/viewcvs/classpath/sun/reflect/annotation/AnnotationInvocationHandler.java?rev=1.1.4.1&root=classpath&view=markup
We should look into this as its highly likely we don't have correctly serializable annotations.
Issue Links
- depends upon
-
RVM-233
We don't support java.lang.reflect.Proxy
-
Activity
Ian Rogers
made changes -
David Grove
made changes -
| Fix Version/s | 1000 [ 14184 ] |
Ian Rogers
made changes -
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1000 [ 14184 ] | |
| Fix Version/s | 3.0 [ 13530 ] | |
| Assignee | Ian Rogers [ ianrogers ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Ian Rogers
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
We can't use Proxy classes until we properly support them.