Code Review for hotspot

Prepared by:kevinw on Wed Dec 2 18:08:30 IST 2015
Workspace:/home/shafi/Java/jdk8/jdk8u-dev/hotspot
Compare against: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot
Compare against version:7672
Summary of changes: 86 lines changed: 76 ins; 4 del; 6 mod; 8811 unchg
Changeset: hotspot.changeset
Bug id: <title>[JDK-8065579] WB method to start G1 concurrent mark cycle should be introduced - Java Bug System</title>
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

rev 7673 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
1 line changed: 1 ins; 0 del; 0 mod; 6964 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/g1/vm_operations_g1.cpp

rev 7673 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
6 lines changed: 0 ins; 4 del; 2 mod; 257 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_interface/gcCause.cpp

rev 7673 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
3 lines changed: 3 ins; 0 del; 0 mod; 110 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_interface/gcCause.hpp

rev 7673 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
1 line changed: 1 ins; 0 del; 0 mod; 127 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/prims/whitebox.cpp

rev 7673 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
12 lines changed: 10 ins; 0 del; 2 mod; 1123 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

rev 7673 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
6 lines changed: 4 ins; 0 del; 2 mod; 230 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/whitebox/TestConcMarkCycleWB.java

rev 7673 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
57 lines changed: 57 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using webrev.ksh (vers 25.12-hg+openjdk.java.net).