open (original) (raw)

Code Review for open

Prepared by: sjohanss on Tue Nov 27 20:24:41 CET 2018
Workspace: /home/sjohanss/repos/jdk/hs/open
Compare against: ssh://hg.openjdk.java.net/jdk/jdk
Compare against version: qparent
Summary of changes: 845 lines changed: 769 ins; 29 del; 47 mod; 13062 unchg
Patch of changes: <open.patch>
Legend: Modified file Deleted file New file

[Cdiffs](src/hotspot/share/gc/g1/g1CollectedHeap.cpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1CollectedHeap.cpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1CollectedHeap.cpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1CollectedHeap.cpp.frames.html) [Old](src/hotspot/share/gc/g1/g1CollectedHeap.cpp-.html) [New](src/hotspot/share/gc/g1/g1CollectedHeap.cpp.html) [Patch](src/hotspot/share/gc/g1/g1CollectedHeap.cpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1CollectedHeap.cpp) src/hotspot/share/gc/g1/g1CollectedHeap.cpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52677 : imported patch AMGC-tsch-rev1 rev 52678 : imported patch AMGC-tsch-rev1-optcset rev 52679 : imported patch AMGC-tsch-rev1-log rev 52681 : [mq]: AMGC-kbar-rev1 rev 52682 : [mq]: AMGC-kbar-rev1b

148 lines changed: 143 ins; 0 del; 5 mod; 4679 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1CollectedHeap.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1CollectedHeap.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1CollectedHeap.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1CollectedHeap.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1CollectedHeap.hpp-.html) [New](src/hotspot/share/gc/g1/g1CollectedHeap.hpp.html) [Patch](src/hotspot/share/gc/g1/g1CollectedHeap.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1CollectedHeap.hpp) src/hotspot/share/gc/g1/g1CollectedHeap.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl

10 lines changed: 8 ins; 0 del; 2 mod; 1430 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp-.html) [New](src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp.html) [Patch](src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp) src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl

0 lines changed: 0 ins; 0 del; 0 mod; 296 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1CollectionSet.cpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1CollectionSet.cpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1CollectionSet.cpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1CollectionSet.cpp.frames.html) [Old](src/hotspot/share/gc/g1/g1CollectionSet.cpp-.html) [New](src/hotspot/share/gc/g1/g1CollectionSet.cpp.html) [Patch](src/hotspot/share/gc/g1/g1CollectionSet.cpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1CollectionSet.cpp) src/hotspot/share/gc/g1/g1CollectionSet.cpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52677 : imported patch AMGC-tsch-rev1 rev 52678 : imported patch AMGC-tsch-rev1-optcset rev 52680 : imported patch AMGC-tsch-rev2 rev 52681 : [mq]: AMGC-kbar-rev1 rev 52682 : [mq]: AMGC-kbar-rev1b

228 lines changed: 177 ins; 27 del; 24 mod; 497 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1CollectionSet.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1CollectionSet.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1CollectionSet.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1CollectionSet.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1CollectionSet.hpp-.html) [New](src/hotspot/share/gc/g1/g1CollectionSet.hpp.html) [Patch](src/hotspot/share/gc/g1/g1CollectionSet.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1CollectionSet.hpp) src/hotspot/share/gc/g1/g1CollectionSet.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52677 : imported patch AMGC-tsch-rev1 rev 52678 : imported patch AMGC-tsch-rev1-optcset rev 52681 : [mq]: AMGC-kbar-rev1

83 lines changed: 81 ins; 2 del; 0 mod; 198 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp.frames.html) [Old](src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp-.html) [New](src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp.html) [Patch](src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp) src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52679 : imported patch AMGC-tsch-rev1-log rev 52681 : [mq]: AMGC-kbar-rev1

34 lines changed: 29 ins; 0 del; 5 mod; 562 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp-.html) [New](src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp.html) [Patch](src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp) src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52679 : imported patch AMGC-tsch-rev1-log rev 52680 : imported patch AMGC-tsch-rev2 rev 52681 : [mq]: AMGC-kbar-rev1

23 lines changed: 22 ins; 0 del; 1 mod; 405 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1InCSetState.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1InCSetState.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1InCSetState.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1InCSetState.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1InCSetState.hpp-.html) [New](src/hotspot/share/gc/g1/g1InCSetState.hpp.html) [Patch](src/hotspot/share/gc/g1/g1InCSetState.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1InCSetState.hpp) src/hotspot/share/gc/g1/g1InCSetState.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com

10 lines changed: 8 ins; 0 del; 2 mod; 132 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1OopClosures.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1OopClosures.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1OopClosures.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1OopClosures.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1OopClosures.hpp-.html) [New](src/hotspot/share/gc/g1/g1OopClosures.hpp.html) [Patch](src/hotspot/share/gc/g1/g1OopClosures.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1OopClosures.hpp) src/hotspot/share/gc/g1/g1OopClosures.hpp

rev 52676 : imported patch AMGC-impl rev 52677 : imported patch AMGC-tsch-rev1

10 lines changed: 10 ins; 0 del; 0 mod; 249 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1OopClosures.inline.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1OopClosures.inline.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1OopClosures.inline.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1OopClosures.inline.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1OopClosures.inline.hpp-.html) [New](src/hotspot/share/gc/g1/g1OopClosures.inline.hpp.html) [Patch](src/hotspot/share/gc/g1/g1OopClosures.inline.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1OopClosures.inline.hpp) src/hotspot/share/gc/g1/g1OopClosures.inline.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl

10 lines changed: 10 ins; 0 del; 0 mod; 292 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.cpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.cpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.cpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1ParScanThreadState.cpp.frames.html) [Old](src/hotspot/share/gc/g1/g1ParScanThreadState.cpp-.html) [New](src/hotspot/share/gc/g1/g1ParScanThreadState.cpp.html) [Patch](src/hotspot/share/gc/g1/g1ParScanThreadState.cpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1ParScanThreadState.cpp) src/hotspot/share/gc/g1/g1ParScanThreadState.cpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52679 : imported patch AMGC-tsch-rev1-log rev 52681 : [mq]: AMGC-kbar-rev1 rev 52682 : [mq]: AMGC-kbar-rev1b

29 lines changed: 25 ins; 0 del; 4 mod; 397 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1ParScanThreadState.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1ParScanThreadState.hpp-.html) [New](src/hotspot/share/gc/g1/g1ParScanThreadState.hpp.html) [Patch](src/hotspot/share/gc/g1/g1ParScanThreadState.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1ParScanThreadState.hpp) src/hotspot/share/gc/g1/g1ParScanThreadState.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52681 : [mq]: AMGC-kbar-rev1 rev 52682 : [mq]: AMGC-kbar-rev1b

21 lines changed: 19 ins; 0 del; 2 mod; 231 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp-.html) [New](src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp.html) [Patch](src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp) src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl

20 lines changed: 20 ins; 0 del; 0 mod; 206 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1Policy.cpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1Policy.cpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1Policy.cpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1Policy.cpp.frames.html) [Old](src/hotspot/share/gc/g1/g1Policy.cpp-.html) [New](src/hotspot/share/gc/g1/g1Policy.cpp.html) [Patch](src/hotspot/share/gc/g1/g1Policy.cpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1Policy.cpp) src/hotspot/share/gc/g1/g1Policy.cpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl

0 lines changed: 0 ins; 0 del; 0 mod; 1187 unchg

[Cdiffs](src/hotspot/share/gc/g1/g1Policy.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/g1Policy.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/g1Policy.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/g1Policy.hpp.frames.html) [Old](src/hotspot/share/gc/g1/g1Policy.hpp-.html) [New](src/hotspot/share/gc/g1/g1Policy.hpp.html) [Patch](src/hotspot/share/gc/g1/g1Policy.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1Policy.hpp) src/hotspot/share/gc/g1/g1Policy.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52677 : imported patch AMGC-tsch-rev1 rev 52680 : imported patch AMGC-tsch-rev2

8 lines changed: 8 ins; 0 del; 0 mod; 429 unchg

[Cdiffs](src/hotspot/share/gc/g1/heapRegion.cpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/heapRegion.cpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/heapRegion.cpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/heapRegion.cpp.frames.html) [Old](src/hotspot/share/gc/g1/heapRegion.cpp-.html) [New](src/hotspot/share/gc/g1/heapRegion.cpp.html) [Patch](src/hotspot/share/gc/g1/heapRegion.cpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/heapRegion.cpp) src/hotspot/share/gc/g1/heapRegion.cpp

rev 52676 : imported patch AMGC-impl

3 lines changed: 2 ins; 0 del; 1 mod; 887 unchg

[Cdiffs](src/hotspot/share/gc/g1/heapRegion.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/g1/heapRegion.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/g1/heapRegion.hpp.sdiff.html) [Frames](src/hotspot/share/gc/g1/heapRegion.hpp.frames.html) [Old](src/hotspot/share/gc/g1/heapRegion.hpp-.html) [New](src/hotspot/share/gc/g1/heapRegion.hpp.html) [Patch](src/hotspot/share/gc/g1/heapRegion.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/heapRegion.hpp) src/hotspot/share/gc/g1/heapRegion.hpp

rev 52676 : imported patch AMGC-impl rev 52677 : imported patch AMGC-tsch-rev1

6 lines changed: 6 ins; 0 del; 0 mod; 726 unchg

[Cdiffs](src/hotspot/share/gc/shared/workerDataArray.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/shared/workerDataArray.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/shared/workerDataArray.hpp.sdiff.html) [Frames](src/hotspot/share/gc/shared/workerDataArray.hpp.frames.html) [Old](src/hotspot/share/gc/shared/workerDataArray.hpp-.html) [New](src/hotspot/share/gc/shared/workerDataArray.hpp.html) [Patch](src/hotspot/share/gc/shared/workerDataArray.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/shared/workerDataArray.hpp) src/hotspot/share/gc/shared/workerDataArray.hpp

rev 52679 : imported patch AMGC-tsch-rev1-log rev 52681 : [mq]: AMGC-kbar-rev1

3 lines changed: 2 ins; 0 del; 1 mod; 90 unchg

[Cdiffs](src/hotspot/share/gc/shared/workerDataArray.inline.hpp.cdiff.html) [Udiffs](src/hotspot/share/gc/shared/workerDataArray.inline.hpp.udiff.html) [Sdiffs](src/hotspot/share/gc/shared/workerDataArray.inline.hpp.sdiff.html) [Frames](src/hotspot/share/gc/shared/workerDataArray.inline.hpp.frames.html) [Old](src/hotspot/share/gc/shared/workerDataArray.inline.hpp-.html) [New](src/hotspot/share/gc/shared/workerDataArray.inline.hpp.html) [Patch](src/hotspot/share/gc/shared/workerDataArray.inline.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/shared/workerDataArray.inline.hpp) src/hotspot/share/gc/shared/workerDataArray.inline.hpp

rev 52681 : [mq]: AMGC-kbar-rev1

11 lines changed: 11 ins; 0 del; 0 mod; 169 unchg

------ ------ ------ ------ ---[New](src/hotspot/share/gc/g1/g1OopStarChunkedList.cpp.html) [Patch](src/hotspot/share/gc/g1/g1OopStarChunkedList.cpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1OopStarChunkedList.cpp) src/hotspot/share/gc/g1/g1OopStarChunkedList.cpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52679 : imported patch AMGC-tsch-rev1-log rev 52681 : [mq]: AMGC-kbar-rev1 rev 52682 : [mq]: AMGC-kbar-rev1b

40 lines changed: 40 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ---[New](src/hotspot/share/gc/g1/g1OopStarChunkedList.hpp.html) [Patch](src/hotspot/share/gc/g1/g1OopStarChunkedList.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1OopStarChunkedList.hpp) src/hotspot/share/gc/g1/g1OopStarChunkedList.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52679 : imported patch AMGC-tsch-rev1-log rev 52681 : [mq]: AMGC-kbar-rev1 rev 52682 : [mq]: AMGC-kbar-rev1b

64 lines changed: 64 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ---[New](src/hotspot/share/gc/g1/g1OopStarChunkedList.inline.hpp.html) [Patch](src/hotspot/share/gc/g1/g1OopStarChunkedList.inline.hpp.patch) [Raw](raw%5Ffiles/new/src/hotspot/share/gc/g1/g1OopStarChunkedList.inline.hpp) src/hotspot/share/gc/g1/g1OopStarChunkedList.inline.hpp

rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com rev 52676 : imported patch AMGC-impl rev 52679 : imported patch AMGC-tsch-rev1-log rev 52682 : [mq]: AMGC-kbar-rev1b

84 lines changed: 84 ins; 0 del; 0 mod; 0 unchg


This code review page was prepared using /home/sjohanss/repos/webrev/webrev.ksh(vers 25.16-hg+openjdk.java.net).