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
Another way is to use ProcessBuilder to create another process and have the new process attach. This follows all of the current rules. Several projects are using this approach.
After playing a bit with Java 9, here is what I've found:
UnsafeSizeOf
is usedObjectGraphWalker
Also, Java 9 is using less memory (good!) so we need to adapt our tests accordingly.
The text was updated successfully, but these errors were encountered: