Code Review for open

Prepared by:kbarrett on Mon Feb 25 16:57:16 EST 2019
Workspace:/home/kab/sandboxes/no_shared_queues/jdk/open
Compare against version:qparent
Summary of changes: 316 lines changed: 94 ins; 106 del; 116 mod; 21505 unchg
Patch of changes: open.patch
Bug id: JDK-8219613 : Use NonJavaThread PtrQueues
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1BarrierSet.cpp

rev 53862 : [mq]: java_attach_protocol
rev 53863 : imported patch njt_attach_protocol
rev 53866 : imported patch use_njt_queues
rev 53869 : [mq]: merge_attach
87 lines changed: 20 ins; 49 del; 18 mod; 147 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1BarrierSet.hpp

rev 53862 : [mq]: java_attach_protocol
rev 53863 : imported patch njt_attach_protocol
rev 53869 : [mq]: merge_attach
2 lines changed: 0 ins; 0 del; 2 mod; 126 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1CollectedHeap.cpp

rev 53865 : imported patch njt_iterate
rev 53868 : imported patch remove_shared_satb_lock
12 lines changed: 4 ins; 1 del; 7 mod; 4854 unchg

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

rev 53867 : imported patch remove_shared_satb
11 lines changed: 1 ins; 6 del; 4 mod; 3048 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1DirtyCardQueue.cpp

rev 53864 : imported patch queue_access
rev 53865 : imported patch njt_iterate
20 lines changed: 13 ins; 0 del; 7 mod; 229 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1DirtyCardQueue.hpp

rev 53864 : imported patch queue_access
2 lines changed: 0 ins; 0 del; 2 mod; 165 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp

rev 53864 : imported patch queue_access
rev 53868 : imported patch remove_shared_satb_lock
6 lines changed: 0 ins; 2 del; 4 mod; 125 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1SATBMarkQueueSet.hpp

rev 53864 : imported patch queue_access
rev 53868 : imported patch remove_shared_satb_lock
5 lines changed: 0 ins; 1 del; 4 mod; 47 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/barrierSet.cpp

rev 53862 : [mq]: java_attach_protocol
rev 53869 : [mq]: merge_attach
0 lines changed: 0 ins; 0 del; 0 mod; 59 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/barrierSet.hpp

rev 53862 : [mq]: java_attach_protocol
rev 53863 : imported patch njt_attach_protocol
rev 53869 : [mq]: merge_attach
2 lines changed: 0 ins; 0 del; 2 mod; 322 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/cardTableBarrierSet.cpp

rev 53862 : [mq]: java_attach_protocol
rev 53869 : [mq]: merge_attach
4 lines changed: 2 ins; 0 del; 2 mod; 204 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/cardTableBarrierSet.hpp

rev 53862 : [mq]: java_attach_protocol
rev 53869 : [mq]: merge_attach
1 line changed: 0 ins; 0 del; 1 mod; 124 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/satbMarkQueue.cpp

rev 53862 : [mq]: java_attach_protocol
rev 53865 : imported patch njt_iterate
rev 53867 : imported patch remove_shared_satb
rev 53868 : imported patch remove_shared_satb_lock
87 lines changed: 43 ins; 12 del; 32 mod; 194 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/satbMarkQueue.hpp

rev 53864 : imported patch queue_access
rev 53867 : imported patch remove_shared_satb
rev 53868 : imported patch remove_shared_satb_lock
7 lines changed: 0 ins; 4 del; 3 mod; 184 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.cpp

rev 53870 : imported patch shade-shenandoah-ptrqueue
rev 53871 : [mq]: shenandoah_merge_attach
27 lines changed: 7 ins; 8 del; 12 mod; 356 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.hpp

rev 53870 : imported patch shade-shenandoah-ptrqueue
rev 53871 : [mq]: shenandoah_merge_attach
2 lines changed: 0 ins; 0 del; 2 mod; 294 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp

rev 53870 : imported patch shade-shenandoah-ptrqueue
9 lines changed: 0 ins; 7 del; 2 mod; 991 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp

rev 53870 : imported patch shade-shenandoah-ptrqueue
3 lines changed: 0 ins; 1 del; 2 mod; 2801 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.cpp

rev 53870 : imported patch shade-shenandoah-ptrqueue
5 lines changed: 0 ins; 2 del; 3 mod; 85 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.hpp

rev 53870 : imported patch shade-shenandoah-ptrqueue
3 lines changed: 0 ins; 1 del; 2 mod; 52 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahTraversalGC.cpp

rev 53870 : imported patch shade-shenandoah-ptrqueue
6 lines changed: 0 ins; 5 del; 1 mod; 1113 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zBarrierSet.cpp

rev 53862 : [mq]: java_attach_protocol
rev 53869 : [mq]: merge_attach
2 lines changed: 0 ins; 0 del; 2 mod; 95 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zBarrierSet.hpp

rev 53862 : [mq]: java_attach_protocol
rev 53869 : [mq]: merge_attach
2 lines changed: 0 ins; 0 del; 2 mod; 107 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/runtime/mutexLocker.cpp

rev 53868 : imported patch remove_shared_satb_lock
3 lines changed: 0 ins; 3 del; 0 mod; 369 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/runtime/mutexLocker.hpp

rev 53868 : imported patch remove_shared_satb_lock
4 lines changed: 0 ins; 4 del; 0 mod; 344 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/runtime/thread.cpp

rev 53862 : [mq]: java_attach_protocol
rev 53863 : imported patch njt_attach_protocol
rev 53869 : [mq]: merge_attach
4 lines changed: 4 ins; 0 del; 0 mod; 5070 unchg

This code review page was prepared using /home/kab/devtools/jdk/code-tools/webrev/webrev.ksh (vers 25.17-hg+openjdk.java.net).