RFR(M): arraycopy/clone/copyOf intrinsics fixes for Lworld (original) (raw)
Roland Westrelin rwestrel at redhat.com
Thu May 31 11:35:34 UTC 2018
- Previous message (by thread): RFR(M): arraycopy/clone/copyOf intrinsics fixes for Lworld
- Next message (by thread): RFR(M): arraycopy/clone/copyOf intrinsics fixes for Lworld
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for looking at this, Tobias.
Just wondering, is it possible that only after parsing we figure out that the exact type of the allocation is not a value type (or a flattened value type)?
It's possible. The problem then is that GraphKit::initialize_value_type_array() is only called if we know the exact type at parse time. Once we have parsed that allocation, then we would only be able to clear is_unknown_value if we emitted the allocation code from GraphKit::initialize_value_type_array() as well.
Roland.
- Previous message (by thread): RFR(M): arraycopy/clone/copyOf intrinsics fixes for Lworld
- Next message (by thread): RFR(M): arraycopy/clone/copyOf intrinsics fixes for Lworld
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]