Duplicate :
|
|
Relates :
|
LEAF entries include a NoHandleMark, but that is a conservative restriction as such methods must not rely on Handles actually being processed, but can allow code that allocates handles but does not introduce safepoints. Such code can be safely used in both safepoint-friendly entries as well as in LEAF entries, although the latter requires a ResetNoHandleMark. A comment before that class in handles.hpp should clarify its safe use.
|