hg: hsx/hotspot-comp/hotspot: 7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework (original) (raw)
roland.westrelin at oracle.com roland.westrelin at oracle.com
Mon Jun 18 03:11:00 PDT 2012
- Previous message: significant performance degradation seen after running application for few days with CMS collector and large heap size
- Next message: hg: hsx/hotspot-comp/hotspot: 7176856: add the JRE name to the error log
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: significant performance degradation seen after running application for few days with CMS collector and large heap size
- Next message: hg: hsx/hotspot-comp/hotspot: 7176856: add the JRE name to the error log
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list