
|
If you were logged in you would be able to see more operations.
|
|
|
|
It's very likely that IdentityHashMaps can't be safely carried over from bootimage writing time to run time because our default hash code won't be the same as the host JVM. Verify this, and if it is the case, we need to rework code to avoid use of any such hash maps in the bootimage.
|
|
Description
|
It's very likely that IdentityHashMaps can't be safely carried over from bootimage writing time to run time because our default hash code won't be the same as the host JVM. Verify this, and if it is the case, we need to rework code to avoid use of any such hash maps in the bootimage.
|
Show » |
|
It's fragile and restricts the object model options for Jikes RVM to those that can represent the 32 bit hash from the host JVM, but if we must have identity hash maps in the bootimage it's probably the only way to make that actually work.