RFR 8155047: [JVMCI] findLeafConcreteSubtype should handle arrays of leaf concrete subtype
Christian Thalinger
christian.thalinger at oracle.com
Thu Apr 28 19:23:16 UTC 2016
> On Apr 28, 2016, at 6:13 AM, Tom Rodriguez <tom.rodriguez at oracle.com> wrote:
>
> http://cr.openjdk.java.net/~never/8155047/webrev
public LeafType(ResolvedJavaType context) {
+ assert !context.isLeaf() : "assumption isn't required for leaf types";
This assert is confusing. The assumption is that a given type has no subtypes, which is also true for leaf types. Does this assert make sure it’s not used in the wrong places?
>
> findLeafConcreteSubtype should use the same machinery for the elemental type when identifying leaf array types.
>
> tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160428/b16ba00d/attachment.html>
More information about the hotspot-compiler-dev
mailing list