Issue Details (XML | Word | Printable)

Key: RVM-50
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Peter Donald
Votes: 0
Watchers: 0
Operations

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

Remove synchronization in Field/MemberReference resolve

Created: 14/Jun/07 12:54 PM   Updated: 27/Jun/08 12:53 PM
Component/s: Runtime
Affects Version/s: 2.9.0.1
Fix Version/s: 1000

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
Commit 11568 made VM_FieldReference.resolve and VM_MethodReference.resolve
into synchronized methods. I completely agree with the rationale of getting
stability. I'm just opening this feature to remind us that we need to
revisit this at a later point and try to get the synchronization back out
of the common case.

http://svn.sourceforge.net/jikesrvm/?rev=11568&view=rev



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Peter Donald added a comment - 14/Jun/07 12:56 PM
This issue just seems to be hiding a symptom of underlying problem. Ideally I would like to see this removed earlier rather than later as I suspect it is related to some of the other issues we are experiencing.

Ian Rogers added a comment - 27/Jun/08 12:53 PM
The functionality we have is correct, moving this issue to a later release.