Issue Details (XML | Word | Printable)

Key: RVM-234
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ian Rogers
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Annotation issues: not implemented via proxy classes, support for serialization

Created: 19/Sep/07 04:43 AM   Updated: 28/Jul/08 02:57 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 3.0

Time Tracking:
Not Specified

Issue Links:
dependent
 


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Rogers added a comment - 19/Sep/07 04:44 AM
We can't use Proxy classes until we properly support them.

Ian Rogers added a comment - 28/Jul/08 02:57 PM
Fixed in r14726.