You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pinning needs to be enabled for the ZygoteSpace since we compact into it. And if we already have the pin bit, then we can just use that instead of having a separate non-moving space if the selected plan is Immix-based.
EDIT: This is also useful for JNI critical sections as we can just pin the object instead of deferring or disabling GC
This is useful if you want to allocate non-moving objects into the default space and pin them instead of having a separate non-moving space.
The text was updated successfully, but these errors were encountered: