Request for reviews (S): 6953267: assert in EA code with -XX:+StressReflectiveCode
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon May 17 17:10:55 PDT 2010
http://cr.openjdk.java.net/~kvn/6953267/webrev
Fixed 6953267: assert in EA code with -XX:+StressReflectiveCode
EA code does not handle code generated with StressReflectiveCode
when an array klass is used for Allocate node or instance klass
for AllocateArray node on never executed path (see method
LibraryCallKit::inline_native_clone()).
Add missing checks into EA code.
More information about the hotspot-compiler-dev
mailing list