hg: hsx/hotspot-comp/hotspot: 7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
roland.westrelin at oracle.com
roland.westrelin at oracle.com
Mon Jun 18 03:11:00 PDT 2012
Changeset: eeb819cf36e5
Author: roland
Date: 2012-06-18 09:52 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/eeb819cf36e5
7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
Summary: Arrays.copyOfRange(original, from, to) with from > original.length tries to do a copy with a negative length.
Reviewed-by: kvn, twisti
! src/share/vm/opto/library_call.cpp
+ test/compiler/7174363/Test7174363.java
More information about the hotspot-compiler-dev
mailing list