Code Review for hotspot

Prepared by:tschatzl on Wed Nov 23 13:03:45 CET 2016
Workspace:/home/tschatzl/Downloads/vmshare/jdk9-review/hs/hotspot
Compare against: ssh://hg.openjdk.java.net/jdk9/hs/hotspot
Compare against version:-2
Summary of changes: 84 lines changed: 43 ins; 18 del; 23 mod; 4541 unchg
Patch of changes: hotspot.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc/g1/g1ConcurrentMark.cpp

rev 12330 : 8057003: Large reference arrays cause extremely long synchronization times
Summary: Slice large object arrays into parts so that the synchronization of marking threads with an STW pause request does not take long.
Reviewed-by:
rev 12331 : imported patch 8057003-ehelin-changes
20 lines changed: 2 ins; 15 del; 3 mod; 3142 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc/g1/g1ConcurrentMark.hpp

rev 12330 : 8057003: Large reference arrays cause extremely long synchronization times
Summary: Slice large object arrays into parts so that the synchronization of marking threads with an STW pause request does not take long.
Reviewed-by:
rev 12331 : imported patch 8057003-ehelin-changes
3 lines changed: 0 ins; 2 del; 1 mod; 970 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc/g1/g1ConcurrentMark.inline.hpp

rev 12330 : 8057003: Large reference arrays cause extremely long synchronization times
Summary: Slice large object arrays into parts so that the synchronization of marking threads with an STW pause request does not take long.
Reviewed-by:
rev 12331 : imported patch 8057003-ehelin-changes
8 lines changed: 4 ins; 0 del; 4 mod; 288 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc/g1/g1ConcurrentMarkObjArrayProcessor.cpp

rev 12330 : 8057003: Large reference arrays cause extremely long synchronization times
Summary: Slice large object arrays into parts so that the synchronization of marking threads with an STW pause request does not take long.
Reviewed-by:
rev 12331 : imported patch 8057003-ehelin-changes
14 lines changed: 1 ins; 1 del; 12 mod; 74 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc/g1/g1ConcurrentMarkObjArrayProcessor.hpp

rev 12330 : 8057003: Large reference arrays cause extremely long synchronization times
Summary: Slice large object arrays into parts so that the synchronization of marking threads with an STW pause request does not take long.
Reviewed-by:
rev 12331 : imported patch 8057003-ehelin-changes
3 lines changed: 0 ins; 0 del; 3 mod; 67 unchg

------ ------ ------ ------ --- New Patch Raw src/share/vm/gc/g1/g1ConcurrentMarkObjArrayProcessor.inline.hpp

rev 12331 : imported patch 8057003-ehelin-changes
36 lines changed: 36 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using ../../../tools/webrev.sh (vers 25.6-hg+openjdk.java.net).