diff --git a/java/com/facebook/jni/DestructorThread.java b/java/com/facebook/jni/DestructorThread.java index 05d6ded..6d6b538 100644 --- a/java/com/facebook/jni/DestructorThread.java +++ b/java/com/facebook/jni/DestructorThread.java @@ -57,6 +57,7 @@ private Destructor() { /** A list to keep all active Destructors in memory confined to the Destructor thread. */ private static final DestructorList sDestructorList; + /** A thread safe stack where new Destructors are placed before being add to sDestructorList. */ private static final DestructorStack sDestructorStack;