Prepared by: | brutisso on Wed Oct 26 12:57:46 WEDT 2011 |
---|---|
Workspace: | /cygdrive/d/repos/hs-gc-max-array-length |
Compare against: | http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot |
Compare against version: | 2778 |
Summary of changes: | 100 lines changed: 89 ins; 3 del; 8 mod; 6723 unchg |
Patch of changes: | hs-gc-max-array-length.patch |
Legend: |
Modified file Deleted file New file |
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
make/jprt.properties
rev 2779 : 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes. Reviewed-by: duke12 lines changed: 11 ins; 0 del; 1 mod; 563 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/share/vm/oops/arrayOop.cpp
rev 2779 : 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes. Reviewed-by: duke64 lines changed: 60 ins; 3 del; 1 mod; 27 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/share/vm/oops/arrayOop.hpp
rev 2779 : 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes. Reviewed-by: duke11 lines changed: 8 ins; 0 del; 3 mod; 120 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/share/vm/prims/jni.cpp
rev 2779 : 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes. Reviewed-by: duke2 lines changed: 1 ins; 0 del; 1 mod; 5541 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/share/vm/utilities/quickSort.cpp
rev 2779 : 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes. Reviewed-by: duke1 line changed: 0 ins; 0 del; 1 mod; 219 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
test/Makefile
rev 2779 : 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes. Reviewed-by: duke10 lines changed: 9 ins; 0 del; 1 mod; 253 unchg
This code review page was prepared using /cygdrive/k/bin/webrev.sh (vers 23.18-hg).