RFR: 8188055: (ref) Add Reference::refersTo predicate [v3]
Kim Barrett
kbarrett at openjdk.java.net
Thu Oct 15 03:10:32 UTC 2020
On Wed, 14 Oct 2020 14:39:40 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> (1) The "0" suffix is idiomatic for this sort of thing. See, for example,
>> src/java.base/share/native/libjava/ConstantPool.c. (2) I'm not sure what else besides an override one might wonder
>> about? "Default implementation of refersTo(), for non-phantom references."?
>
>> See, for example, src/java.base/share/native/libjava/ConstantPool.c.
>
> Got it; thank you.
>
>> I'm not sure what else besides an override one might wonder about?
>
> I don't know; maybe override is the only sensible choice. I just believe saying it explicitly is better than implicitly.
OK.
-------------
PR: https://git.openjdk.java.net/jdk/pull/498
More information about the core-libs-dev
mailing list