Code Review for open

Prepared by:dcubed on Thu May 28 11:52:39 EDT 2020
Workspace:/work/shared/bug_hunt/8183909/8153224_mach5_for_jdk15/open
Compare against: /work/shared/bug_hunt/8183909/8153224_base_for_jdk15/open
Compare against version:qparent
Summary of changes: 1549 lines changed: 1301 ins; 55 del; 193 mod; 32437 unchg
Patch of changes: open.patch
CR13 -> CR14 Change Notes: CR13-to-CR14-changes
Bug id: JDK-8153224 : Monitor deflation prolong safepoints
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/prims/jvm.cpp

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
6 lines changed: 6 ins; 0 del; 0 mod; 3875 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/prims/jvmtiEnvBase.cpp

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
11 lines changed: 9 ins; 0 del; 2 mod; 1579 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/prims/whitebox.cpp

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
20 lines changed: 20 ins; 0 del; 0 mod; 2546 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
15 lines changed: 2 ins; 0 del; 13 mod; 65 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
14 lines changed: 10 ins; 0 del; 4 mod; 2481 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
6 lines changed: 4 ins; 0 del; 2 mod; 205 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
rev 59471 : eosterlund CR - Switch from three part async deflation protocol to a two part async deflation protocol where a negative contentions field is a linearization point.
163 lines changed: 139 ins; 0 del; 24 mod; 1987 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
61 lines changed: 47 ins; 0 del; 14 mod; 327 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
rev 59471 : eosterlund CR - Switch from three part async deflation protocol to a two part async deflation protocol where a negative contentions field is a linearization point.
90 lines changed: 75 ins; 1 del; 14 mod; 145 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
12 lines changed: 9 ins; 0 del; 3 mod; 1235 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
11 lines changed: 9 ins; 0 del; 2 mod; 229 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
9 lines changed: 6 ins; 0 del; 3 mod; 3215 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
rev 59471 : eosterlund CR - Switch from three part async deflation protocol to a two part async deflation protocol where a negative contentions field is a linearization point.
993 lines changed: 855 ins; 47 del; 91 mod; 2401 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
33 lines changed: 27 ins; 0 del; 6 mod; 213 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
2 lines changed: 2 ins; 0 del; 0 mod; 5095 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
10 lines changed: 8 ins; 0 del; 2 mod; 737 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
13 lines changed: 12 ins; 0 del; 1 mod; 499 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
1 line changed: 1 ins; 0 del; 0 mod; 453 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
7 lines changed: 3 ins; 2 del; 2 mod; 3173 unchg

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

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
9 lines changed: 9 ins; 0 del; 0 mod; 684 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/services/threadService.cpp

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
15 lines changed: 10 ins; 1 del; 4 mod; 1077 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/gtest/oops/test_markWord.cpp

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
21 lines changed: 12 ins; 4 del; 5 mod; 139 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/runtime/logging/SafepointCleanupTest.java

rev 59470 : 8153224.v2.1[12].patch merged with 8153224.v2.13.patch.
27 lines changed: 26 ins; 0 del; 1 mod; 77 unchg

This code review page was prepared using /Users/dcubed/Bin/webrev (vers 25.18-hg+openjdk.java.net).