Request for reviews (S): 7160610: Unknown Native Code compilation issue
Tom Rodriguez
tom.rodriguez at oracle.com
Wed Apr 11 20:49:27 PDT 2012
On Apr 11, 2012, at 6:52 PM, Vladimir Kozlov wrote:
> http://cr.openjdk.java.net/~kvn/7160610/webrev
>
> 7160610: Unknown Native Code compilation issue
>
> When constructing input vector use type of vector's operation which use it since element's sizes should match. In the bug case byte value is used for initialization of int[] array. The store vector is Store2I and input's type (byte) was used to construct init vector but there is no Replicate2B. Even if Replicate2B existed it will be wrong since it initialize only lowest 2 bytes.
Why does in_bb(opd) ever affect which type to use?
tom
>
> Thanks,
> Vladimir
>
More information about the hotspot-compiler-dev
mailing list