Request for reviews (XS): 6875619

Vladimir Kozlov Vladimir.Kozlov at Sun.COM
Thu Aug 27 18:43:04 PDT 2009


http://cr.openjdk.java.net/~kvn/6875619/webrev.00

Fixed 6875619: CTW fails with /hotspot/src/share/vm/opto/type.hpp

Problem:
GraphKit::load_array_length() tries to cast type of new allocated
array to TypeAryPtr. It fails since it is reflection allocation
and type is Object.

Solution:
Cast to TypeOopPtr which is the parameter type of
make_ideal_length() method.

Reviewed by:

Fix verified (y/n): y, test

Other testing:
JPRT



More information about the hotspot-compiler-dev mailing list