Code Review for jdk

Prepared by:qpzhang on Fri Dec 13 18:59:25 CST 2019
Workspace:/home/pzhang/work/jdks_src/jdk
Compare against: http://hg.openjdk.java.net/jdk/jdk/
Compare against version:57429
Summary of changes: 47 lines changed: 37 ins; 0 del; 10 mod; 1439 unchg
Changeset: jdk.changeset
Bug id: JDK-8235903 : GCC default -fno-common exposes "multiple definition" link errors
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.base/unix/native/libjava/childproc.c

rev 57430 : 8235903: GCC default -fno-common exposes "multiple definition" link errors
Summary: Fixed C standard tentative definitions with extern keyword
Reviewed-by: alanb
1 line changed: 1 ins; 0 del; 0 mod; 397 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.base/unix/native/libjava/childproc.h

rev 57430 : 8235903: GCC default -fno-common exposes "multiple definition" link errors
Summary: Fixed C standard tentative definitions with extern keyword
Reviewed-by: alanb
1 line changed: 0 ins; 0 del; 1 mod; 151 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.security.jgss/share/native/libj2gss/NativeFunc.c

rev 57430 : 8235903: GCC default -fno-common exposes "multiple definition" link errors
Summary: Fixed C standard tentative definitions with extern keyword
Reviewed-by: alanb
4 lines changed: 3 ins; 0 del; 1 mod; 283 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.security.jgss/share/native/libj2gss/NativeFunc.h

rev 57430 : 8235903: GCC default -fno-common exposes "multiple definition" link errors
Summary: Fixed C standard tentative definitions with extern keyword
Reviewed-by: alanb
1 line changed: 0 ins; 0 del; 1 mod; 281 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/jdk.sctp/unix/native/libsctp/Sctp.h

rev 57430 : 8235903: GCC default -fno-common exposes "multiple definition" link errors
Summary: Fixed C standard tentative definitions with extern keyword
Reviewed-by: alanb
7 lines changed: 0 ins; 0 del; 7 mod; 327 unchg

------ ------ ------ ------ --- New ----- Raw src/jdk.sctp/unix/native/libsctp/Sctp.c

rev 57430 : 8235903: GCC default -fno-common exposes "multiple definition" link errors
Summary: Fixed C standard tentative definitions with extern keyword
Reviewed-by: alanb
33 lines changed: 33 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /home/pzhang/work/bin/webrev.ksh (vers 25.17-hg+openjdk.java.net).