Skip to content

Commit

Permalink
Updated java.lang.ref to Android nougat version
Browse files Browse the repository at this point in the history
	Change on 2017/05/19 by zgao <zgao@google.com>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156577627
  • Loading branch information
zhouyanggao authored and kstanger committed May 24, 2017
1 parent 1d1c611 commit 17668b8
Show file tree
Hide file tree
Showing 13 changed files with 867 additions and 667 deletions.
4 changes: 2 additions & 2 deletions jre_emul/Classes/IOSReference.m
Expand Up @@ -312,7 +312,7 @@ static void ReferentSubclassDealloc(id self, SEL _cmd) {
if ([reference isKindOfClass:[JavaLangRefPhantomReference class]]) {
phantomRefs[numPhantom++] = reference;
} else {
[reference enqueueInternal];
[reference enqueue];
}
}

Expand All @@ -323,7 +323,7 @@ static void ReferentSubclassDealloc(id self, SEL _cmd) {

// Queue all phantom references.
for (int i = 0; i < numPhantom; i++) {
[phantomRefs[i] enqueueInternal];
[phantomRefs[i] enqueue];
}
}
});
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 17668b8

Please sign in to comment.