jdk-24/hotspot/test/compiler/7174363
Roland Westrelin 118f552a6e 7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
Arrays.copyOfRange(original, from, to) with from > original.length tries to do a copy with a negative length.

Reviewed-by: kvn, twisti
2012-06-18 09:52:31 +02:00
..
Test7174363.java 7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework 2012-06-18 09:52:31 +02:00