Relates :
|
|
Relates :
|
|
Relates :
|
Speculative traps recorded in a MethodData can be removed at a safepoint. During a compilation, as a MethodData is copied and translated by a compiler thread to build a ciMethodData, a safepoint can occur as speculative traps are being copied, and not yet copied speculative traps may be removed. That changes the layout of the traps. The loop doing the copying doesn't handle it currently.
|