Code Review for security-hs-comp

Prepared by:goetz on Mon Mar 24 22:37:53 CET 2014
Workspace:/net/usr.work/d045726/oJ/security-hs-comp
Compare against: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot
Compare against version:6135
Summary of changes: 684 lines changed: 163 ins; 292 del; 229 mod; 23690 unchg
Changeset: security-hs-comp.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/cpu/ppc/vm/templateInterpreter_ppc.cpp

rev 6136 : 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
Summary: Add missing freeing of memory or use local variable. Also add a 'const' to avoid gcc write-string warnings on ppc.
1 line changed: 0 ins; 0 del; 1 mod; 1812 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/os/aix/vm/os_aix.cpp

rev 6136 : 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
Summary: Add missing freeing of memory or use local variable. Also add a 'const' to avoid gcc write-string warnings on ppc.
84 lines changed: 19 ins; 37 del; 28 mod; 5065 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/os/bsd/vm/os_bsd.cpp

rev 6136 : 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
Summary: Add missing freeing of memory or use local variable. Also add a 'const' to avoid gcc write-string warnings on ppc.
173 lines changed: 22 ins; 54 del; 97 mod; 4507 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/os/linux/vm/os_linux.cpp

rev 6136 : 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
Summary: Add missing freeing of memory or use local variable. Also add a 'const' to avoid gcc write-string warnings on ppc.
160 lines changed: 45 ins; 80 del; 35 mod; 6108 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/os/solaris/vm/os_solaris.cpp

rev 6136 : 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
Summary: Add missing freeing of memory or use local variable. Also add a 'const' to avoid gcc write-string warnings on ppc.
266 lines changed: 77 ins; 121 del; 68 mod; 6198 unchg

This code review page was prepared using /sapmnt/home1/d045726/bin/webrev.ksh (vers 24.0-hg+jbs).