8256167: Convert JDK use of Reference::get to Reference::refersTo

Reviewed-by: sspitsyn, shade, dfuchs, alanb, kbarrett
This commit is contained in:
Mandy Chung 2020-12-06 00:08:22 +00:00
parent 78be334c38
commit 972bc3b408
12 changed files with 49 additions and 53 deletions

View file

@ -337,7 +337,7 @@ public abstract class Reference<T> {
*
* @return The object to which this reference refers, or
* {@code null} if this reference object has been cleared
* @see refersTo
* @see #refersTo
*/
@IntrinsicCandidate
public T get() {