Code Review for jdk

Prepared by:rrich on Wed Aug 28 11:58:58 CEST 2019
Workspace:/priv/d038402/hg/jdk
Compare against: http://hg.openjdk.java.net/jdk/jdk/
Compare against version:56100
Summary of changes: 5974 lines changed: 5782 ins; 84 del; 108 mod; 77388 unchg
Changeset: jdk.changeset
Bug id: JDK-8227745 : Enable Escape Analysis for Better Performance when Debugging
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/aarch64/frame_aarch64.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 0 ins; 0 del; 2 mod; 246 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/arm/frame_arm.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 0 ins; 0 del; 2 mod; 223 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/ppc/frame_ppc.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 0 ins; 0 del; 2 mod; 222 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/s390/frame_s390.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 0 ins; 0 del; 2 mod; 289 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/sparc/frame_sparc.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 0 ins; 0 del; 2 mod; 187 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/x86/frame_x86.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 0 ins; 0 del; 2 mod; 241 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/zero/frame_zero.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 0 ins; 0 del; 2 mod; 165 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/c1/c1_IR.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
5 lines changed: 4 ins; 0 del; 1 mod; 358 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/ci/ciEnv.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
10 lines changed: 10 ins; 0 del; 0 mod; 1283 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/ci/ciEnv.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
4 lines changed: 4 ins; 0 del; 0 mod; 471 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/code/compiledMethod.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
6 lines changed: 0 ins; 4 del; 2 mod; 708 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/code/debugInfoRec.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
4 lines changed: 4 ins; 0 del; 0 mod; 441 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/code/debugInfoRec.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 2 ins; 0 del; 0 mod; 211 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/code/nmethod.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
6 lines changed: 0 ins; 4 del; 2 mod; 3369 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/code/pcDesc.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
9 lines changed: 8 ins; 0 del; 1 mod; 99 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/code/scopeDesc.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
18 lines changed: 3 ins; 8 del; 7 mod; 252 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/code/scopeDesc.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
10 lines changed: 4 ins; 5 del; 1 mod; 138 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/compiler/compileBroker.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
24 lines changed: 14 ins; 0 del; 10 mod; 2707 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/compiler/compileBroker.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
7 lines changed: 6 ins; 0 del; 1 mod; 422 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/jvmci/jvmciCodeInstaller.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
4 lines changed: 4 ins; 0 del; 0 mod; 1353 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/jvmci/jvmciCompilerToVM.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 2 ins; 0 del; 0 mod; 2763 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/opto/c2compiler.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 0 ins; 0 del; 1 mod; 650 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/opto/callnode.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
14 lines changed: 12 ins; 0 del; 2 mod; 1129 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/opto/escape.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
70 lines changed: 70 ins; 0 del; 0 mod; 3566 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/opto/machnode.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
3 lines changed: 2 ins; 0 del; 1 mod; 1111 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/opto/macro.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 0 ins; 0 del; 1 mod; 2622 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/opto/matcher.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 2 ins; 0 del; 0 mod; 2697 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/opto/output.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
6 lines changed: 5 ins; 0 del; 1 mod; 2921 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jni.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
5 lines changed: 5 ins; 0 del; 0 mod; 4344 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
5 lines changed: 5 ins; 0 del; 0 mod; 3670 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jvmtiCodeBlobEvents.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 0 ins; 0 del; 1 mod; 281 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jvmtiEnv.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
28 lines changed: 28 ins; 0 del; 0 mod; 3723 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
13 lines changed: 13 ins; 0 del; 0 mod; 1597 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jvmtiExport.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 1 ins; 0 del; 0 mod; 3003 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jvmtiExport.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 1 ins; 0 del; 0 mod; 601 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jvmtiImpl.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
54 lines changed: 52 ins; 0 del; 2 mod; 1024 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jvmtiImpl.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
4 lines changed: 4 ins; 0 del; 0 mod; 516 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jvmtiManageCapabilities.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 2 ins; 0 del; 0 mod; 462 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/prims/jvmtiTagMap.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
17 lines changed: 15 ins; 0 del; 2 mod; 3411 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
16 lines changed: 16 ins; 0 del; 0 mod; 2402 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/biasedLocking.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
4 lines changed: 3 ins; 0 del; 1 mod; 988 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/deoptimization.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
622 lines changed: 528 ins; 62 del; 32 mod; 2392 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/deoptimization.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
98 lines changed: 91 ins; 0 del; 7 mod; 463 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/frame.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 0 ins; 0 del; 2 mod; 468 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
12 lines changed: 12 ins; 0 del; 0 mod; 2501 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/interfaceSupport.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
22 lines changed: 22 ins; 0 del; 0 mod; 302 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/interfaceSupport.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 1 ins; 0 del; 0 mod; 548 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/mutex.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 1 ins; 0 del; 1 mod; 465 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 2 ins; 0 del; 0 mod; 365 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 1 ins; 0 del; 0 mod; 303 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2 lines changed: 1 ins; 0 del; 1 mod; 1943 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/stackValue.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 1 ins; 0 del; 0 mod; 120 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
47 lines changed: 45 ins; 0 del; 2 mod; 5024 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/thread.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
72 lines changed: 62 ins; 1 del; 9 mod; 2285 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/thread.inline.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
6 lines changed: 6 ins; 0 del; 0 mod; 256 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
5 lines changed: 5 ins; 0 del; 0 mod; 739 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/vframe_hp.cpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
24 lines changed: 21 ins; 0 del; 3 mod; 452 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/vframe_hp.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
7 lines changed: 7 ins; 0 del; 0 mod; 165 unchg

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

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 1 ins; 0 del; 0 mod; 532 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/utilities/macros.hpp

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
4 lines changed: 4 ins; 0 del; 0 mod; 645 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/lib/sun/hotspot/WhiteBox.java

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
1 line changed: 1 ins; 0 del; 0 mod; 554 unchg

------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoWithEATest.java

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
324 lines changed: 324 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/libGetOwnedMonitorInfoWithEATest.c

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
166 lines changed: 166 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/GetOwnedMonitorStackDepthInfoWithEATest.java

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
327 lines changed: 327 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/libGetOwnedMonitorStackDepthInfoWithEATest.c

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
170 lines changed: 170 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/serviceability/jvmti/IterateHeap/IterateHeapWithEscapeAnalysisEnabled.java

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
472 lines changed: 472 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/serviceability/jvmti/IterateHeap/libIterateHeapWithEscapeAnalysisEnabled.c

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
374 lines changed: 374 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New ----- Raw test/jdk/com/sun/jdi/EATests.java

rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???
2836 lines changed: 2836 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /priv/d038402/hg/webrev/webrev.ksh (vers 25.18-hg+openjdk.java.net).