| Prepared by: | phh on Thu Feb 6 16:01:28 UTC 2020 |
|---|---|
| Workspace: | /local/home/hohensee/workspaces/jdk8u-dev/hotspot |
| Compare against: | ssh://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot |
| Compare against version: | 9098 |
| Summary of changes: | 32 lines changed: 2 ins; 8 del; 22 mod; 35185 unchg |
| Changeset: | hotspot.changeset |
| Bug id: | JDK-8062808 : Turn on the -Wreturn-type warning |
| Legend: |
Modified file Deleted file New file |
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
make/linux/makefiles/gcc.make
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 0 ins; 0 del; 1 mod; 376 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/cpu/ppc/vm/globals_ppc.hpp
rev 9099 : 8229345: Memory leak due to vtable stubs not being shared on SPARC Reviewed-by: mdoerr, dholmes, kvn3 lines changed: 0 ins; 2 del; 1 mod; 138 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/cpu/sparc/vm/globals_sparc.hpp
rev 9099 : 8229345: Memory leak due to vtable stubs not being shared on SPARC Reviewed-by: mdoerr, dholmes, kvn2 lines changed: 0 ins; 1 del; 1 mod; 117 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/cpu/x86/vm/globals_x86.hpp
rev 9099 : 8229345: Memory leak due to vtable stubs not being shared on SPARC Reviewed-by: mdoerr, dholmes, kvn2 lines changed: 0 ins; 1 del; 1 mod; 183 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/cpu/x86/vm/x86_32.ad
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 1 ins; 0 del; 0 mod; 13221 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/cpu/zero/vm/globals_zero.hpp
rev 9099 : 8229345: Memory leak due to vtable stubs not being shared on SPARC Reviewed-by: mdoerr, dholmes, kvn2 lines changed: 0 ins; 1 del; 1 mod; 66 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/os_cpu/linux_x86/vm/os_linux_x86.cpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 1 ins; 0 del; 0 mod; 959 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/classfile/defaultMethods.cpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett2 lines changed: 0 ins; 0 del; 2 mod; 1122 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/classfile/symbolTable.cpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett2 lines changed: 0 ins; 0 del; 2 mod; 1121 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/classfile/systemDictionary.cpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett3 lines changed: 0 ins; 0 del; 3 mod; 2890 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/code/vtableStubs.cpp
rev 9099 : 8229345: Memory leak due to vtable stubs not being shared on SPARC Reviewed-by: mdoerr, dholmes, kvn2 lines changed: 0 ins; 0 del; 2 mod; 228 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/memory/heapInspection.hpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 0 ins; 0 del; 1 mod; 375 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/memory/metaspaceShared.hpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 0 ins; 0 del; 1 mod; 141 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/oops/constantPool.hpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 0 ins; 0 del; 1 mod; 990 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/prims/jvm.cpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 0 ins; 0 del; 1 mod; 4683 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/runtime/globals.hpp
rev 9099 : 8229345: Memory leak due to vtable stubs not being shared on SPARC Reviewed-by: mdoerr, dholmes, kvn4 lines changed: 0 ins; 3 del; 1 mod; 4053 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/runtime/reflection.cpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 0 ins; 0 del; 1 mod; 1178 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/runtime/sharedRuntime.cpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 0 ins; 0 del; 1 mod; 3024 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/share/vm/services/memTracker.hpp
rev 9104 : 8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett1 line changed: 0 ins; 0 del; 1 mod; 320 unchg
This code review page was prepared using /home/hohensee/bin/webrev (vers 25.16-hg+openjdk.java.net).