RFR(XS): 8074676: java.lang.invoke.PermuteArgsTest.java fails with "assert(is_Initialize()) failed: invalid node class"

Roland Westrelin roland.westrelin at oracle.com
Wed Apr 15 09:17:24 UTC 2015


http://cr.openjdk.java.net/~roland/8074676/webrev.00/

The guards that I added in the Arrays.copyOf() intrinsic can cause the control to become top. The code is missing a check for stopped().

Roland.


More information about the hotspot-compiler-dev mailing list