hg: hsx/hsx23.2/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
Wed Jun 27 03:43:07 PDT 2012
Changeset: abddf1ce3c6b
Author: roland
Date: 2012-06-18 09:52 +0200
URL: http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/abddf1ce3c6b
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-dev
mailing list