hotspot (original) (raw)
Code Review for hotspot
Prepared by: | roland on Thu Jun 14 15:16:42 CEST 2012 |
---|---|
Workspace: | /net/mackdrive/export/jrts/work/rw140007/c2arm/hotspot |
Compare against: | http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot |
Compare against version: | qparent |
Summary of changes: | 56 lines changed: 53 ins; 0 del; 3 mod; 5423 unchg |
Patch of changes: | <hotspot.patch> |
Legend: | Modified file Deleted file New file |
[Cdiffs](src/share/vm/opto/library%5Fcall.cpp.cdiff.html) [Udiffs](src/share/vm/opto/library%5Fcall.cpp.udiff.html) [Sdiffs](src/share/vm/opto/library%5Fcall.cpp.sdiff.html) [Frames](src/share/vm/opto/library%5Fcall.cpp.frames.html) [Old](src/share/vm/opto/library%5Fcall.cpp-.html) [New](src/share/vm/opto/library%5Fcall.cpp.html) [Patch](src/share/vm/opto/library%5Fcall.cpp.patch) [Raw](raw%5Ffiles/new/src/share/vm/opto/library%5Fcall.cpp)
src/share/vm/opto/library_call.cpp
rev 3403 : 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:
7 lines changed: 4 ins; 0 del; 3 mod; 5423 unchg
------ ------ ------ ------ ---[New](test/compiler/7174363/Test7174363.java.html) [Patch](test/compiler/7174363/Test7174363.java.patch) [Raw](raw%5Ffiles/new/test/compiler/7174363/Test7174363.java)
test/compiler/7174363/Test7174363.java
rev 3403 : 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:
49 lines changed: 49 ins; 0 del; 0 mod; 0 unchg
This code review page was prepared using /net/mackdrive/export/jrts/work/rw140007/jdk7-fixes/webrev(vers 23.18-hg).