Sync fbjni copy with upstream

Summary: Merge upstream fbjni into our copy.

Reviewed By: priteshrnandgaonkar

Differential Revision: D16828183

fbshipit-source-id: 720f7411d4327870c01d3f70e9d2b03909362795
This commit is contained in:
Pascal Hartig
2019-08-16 07:33:25 -07:00
committed by Facebook Github Bot
parent 6b93cd15c2
commit a76eddd16a
18 changed files with 355 additions and 94 deletions

View File

@@ -65,7 +65,7 @@ public class HybridData {
}
@Override
void destruct() {
protected final void destruct() {
// When invoked from the DestructorThread instead of resetNative,
// the DestructorThread has exclusive ownership of the HybridData
// so synchronization is not necessary.