Issue Details (XML | Word | Printable)

Key: RVM-634
Type: New Feature New Feature
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

Add RuntimePure annotation to indicate when a Pure annotation should only be respected at runtime

Created: 15/Aug/08 01:06 PM   Updated: 15/Aug/08 01:29 PM   Resolved: 15/Aug/08 01:29 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 3.0.1

Time Tracking:
Not Specified


 Description  « Hide

Proxy and Reflection bytecode generating routines are only valid when called at runtime, making them Pure fails at boot image write time. Introduce a RuntimePure annotation to cover this situation and to only be applied when the VM is running.



Ian Rogers added a comment - 15/Aug/08 01:29 PM

Fixed in r14894.