We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dc822 commit eeeec21Copy full SHA for eeeec21
test-app/runtime/src/main/java/com/tns/Runtime.java
@@ -895,7 +895,7 @@ private boolean makeInstanceWeakAndCheckIfAlive(int javaObjectID) {
895
if (instance == null) {
896
// The Java was moved from strong to weak, and then the Java instance was collected.
897
weakInstances.remove(javaObjectID);
898
- weakJavaObjectToID.remove(javaObjectID);
+ weakJavaObjectToID.remove(ref);
899
return false;
900
} else {
901
return true;
0 commit comments