Details
Description
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.
Issue Links
- is related to
-
RVM-205
Use of obsolete methods in OSR events
-
Activity
Peter Donald
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.9.1 [ 13529 ] | |
| Fix Version/s | 2.9.2 [ 13599 ] |
David Grove
made changes -
| Fix Version/s | 2.9.3 [ 13726 ] | |
| Fix Version/s | 2.9.2 [ 13599 ] |
Ian Rogers
made changes -
David Grove
made changes -
| Fix Version/s | 2.9.4 [ 14162 ] | |
| Fix Version/s | 2.9.3 [ 13726 ] |
Ian Rogers
made changes -
| Fix Version/s | 1000 [ 14184 ] | |
| Fix Version/s | 2.9.4 [ 14162 ] |
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.