Request for reviews (S): 7160610: Unknown Native Code compilation issue

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Apr 11 18:52:19 PDT 2012


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.

Thanks,
Vladimir



More information about the hotspot-compiler-dev mailing list