Code Review for jdk

Prepared by:mdoerr mdoerr on Fri Aug 9 11:12:15 CEST 2019
Compare against: http://hg.openjdk.java.net/jdk/jdk
Compare against version:55947
Summary of changes: 42 lines changed: 19 ins; 6 del; 17 mod; 30860 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
3 lines changed: 1 ins; 0 del; 2 mod; 3073 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/arm/sharedRuntime_arm.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
2 lines changed: 1 ins; 0 del; 1 mod; 1883 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
3 lines changed: 1 ins; 0 del; 2 mod; 3610 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/s390/sharedRuntime_s390.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
3 lines changed: 1 ins; 0 del; 2 mod; 3633 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
3 lines changed: 1 ins; 0 del; 2 mod; 3257 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
3 lines changed: 1 ins; 0 del; 2 mod; 3169 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
3 lines changed: 1 ins; 0 del; 2 mod; 4062 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/zero/sharedRuntime_zero.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
2 lines changed: 1 ins; 0 del; 1 mod; 137 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/oops/method.cpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
5 lines changed: 0 ins; 5 del; 0 mod; 2428 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/oops/method.hpp

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
1 line changed: 0 ins; 1 del; 0 mod; 1186 unchg

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

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
5 lines changed: 4 ins; 0 del; 1 mod; 439 unchg

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

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
7 lines changed: 6 ins; 0 del; 1 mod; 3252 unchg

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

rev 55948 : 8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
2 lines changed: 1 ins; 0 del; 1 mod; 731 unchg

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