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
In https://bugs.openjdk.java.net/browse/JDK-8269232 we've discovered that Eclipse's implementation of the JDI spec does not seem to be conforming to spec. The Javadoc of ObjectReference.disableCollection() says[1]:
"""
Calls to this method are counted. Every call to this method requires a corresponding call to enableCollection() before garbage collection is re-enabled.
"""
... while the implementation doesn't seem to be doing such counting. See:
Transferring https://bugs.eclipse.org/bugs/show_bug.cgi?id=574500 over.