Issue Details (XML | Word | Printable)

Key: RVM-291
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
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

Immortal objects with address based hashing should set their hashed bit during boot image writing

Created: 07/Oct/07 03:57 PM   Updated: 29/Aug/08 09:20 AM
Component/s: Runtime: Object Model
Affects Version/s: None
Fix Version/s: 3.0.1

Time Tracking:
Not Specified


 Description  « Hide
All immortal objects never move, so with address based the transition for unhashed to hashed is redundant for these objects. During boot image writing we should initialize the hash status to hashed. Its almost certainly not worth doing this at runtime.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Rogers added a comment - 29/Aug/08 09:20 AM
Fix in r14943.