Code Review for hotspot

Prepared by:coleenp on Tue Jan 5 14:55:32 EST 2016
Workspace:/scratch/cphillim/hg/jdk9.more-zero/hotspot
Compare against: ssh://hg.openjdk.java.net/jdk9/hs-rt/hotspot
Summary of changes: 5207 lines changed: 2153 ins; 3017 del; 37 mod; 13889 unchg
Patch of changes: hotspot.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp

213 lines changed: 213 ins; 0 del; 0 mod; 1917 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp

518 lines changed: 512 ins; 6 del; 0 mod; 1789 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp

205 lines changed: 205 ins; 0 del; 0 mod; 1831 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/templateInterpreterGenerator_x86.cpp

57 lines changed: 57 ins; 0 del; 0 mod; 1859 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/templateInterpreterGenerator_x86_32.cpp

111 lines changed: 111 ins; 0 del; 0 mod; 303 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/templateInterpreterGenerator_x86_64.cpp

226 lines changed: 226 ins; 0 del; 0 mod; 195 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/zero/vm/bytecodeInterpreter_zero.cpp

39 lines changed: 36 ins; 3 del; 0 mod; 68 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/zero/vm/cppInterpreter_zero.cpp

186 lines changed: 0 ins; 169 del; 17 mod; 792 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/zero/vm/stack_zero.cpp

7 lines changed: 7 ins; 0 del; 0 mod; 91 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/zero/vm/stack_zero.hpp

4 lines changed: 0 ins; 3 del; 1 mod; 222 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/zero/vm/stack_zero.inline.hpp

5 lines changed: 0 ins; 1 del; 4 mod; 54 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/os/aix/vm/os_aix.inline.hpp

1 line changed: 0 ins; 0 del; 1 mod; 189 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/os/bsd/vm/os_bsd.inline.hpp

1 line changed: 0 ins; 0 del; 1 mod; 199 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/os/linux/vm/os_linux.inline.hpp

1 line changed: 0 ins; 0 del; 1 mod; 187 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/os/solaris/vm/os_solaris.inline.hpp

1 line changed: 0 ins; 0 del; 1 mod; 137 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/os/windows/vm/os_windows.inline.hpp

1 line changed: 0 ins; 0 del; 1 mod; 106 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/interpreter/abstractInterpreter.hpp

12 lines changed: 2 ins; 10 del; 0 mod; 301 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/interpreter/cppInterpreter.cpp

106 lines changed: 0 ins; 105 del; 1 mod; 80 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/interpreter/cppInterpreterGenerator.hpp

2 lines changed: 2 ins; 0 del; 0 mod; 76 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/interpreter/interpreter.cpp

415 lines changed: 0 ins; 415 del; 0 mod; 134 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/interpreter/templateInterpreter.cpp

452 lines changed: 1 ins; 451 del; 0 mod; 357 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/interpreter/templateInterpreterGenerator.hpp

3 lines changed: 2 ins; 1 del; 0 mod; 133 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/javaCalls.cpp

1 line changed: 0 ins; 0 del; 1 mod; 561 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/os.hpp

1 line changed: 0 ins; 0 del; 1 mod; 1003 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/aarch64/vm/abstractInterpreter_aarch64.cpp (was src/cpu/aarch64/vm/templateInterpreter_aarch64.cpp)

6 lines changed: 0 ins; 6 del; 0 mod; 180 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/ppc/vm/abstractInterpreter_ppc.cpp (was src/cpu/ppc/vm/templateInterpreter_ppc.cpp)

19 lines changed: 0 ins; 19 del; 0 mod; 154 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/sparc/vm/abstractInterpreter_sparc.cpp (was src/cpu/sparc/vm/templateInterpreter_sparc.cpp)

12 lines changed: 0 ins; 12 del; 0 mod; 304 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/abstractInterpreter_x86.cpp (was src/cpu/x86/vm/templateInterpreter_x86.cpp)

10 lines changed: 0 ins; 10 del; 0 mod; 199 unchg

------ ------ ------ ------ --- New Patch Raw src/cpu/zero/vm/abstractInterpreter_zero.cpp

124 lines changed: 124 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/zero/vm/cppInterpreterGenerator_zero.cpp (was src/cpu/zero/vm/interpreter_zero.cpp)

61 lines changed: 38 ins; 20 del; 3 mod; 52 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/interpreter/abstractInterpreter.cpp (was src/share/vm/interpreter/interpreter.cpp)

133 lines changed: 0 ins; 129 del; 4 mod; 416 unchg

------ ------ ------ ------ --- New Patch Raw src/share/vm/interpreter/cppInterpreterGenerator.cpp

125 lines changed: 125 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/share/vm/interpreter/templateInterpreterGenerator.cpp

492 lines changed: 492 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/cpu/aarch64/vm/interpreter_aarch64.cpp

260 lines changed: 0 ins; 260 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/cpu/ppc/vm/interpreter_ppc.cpp

555 lines changed: 0 ins; 555 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/cpu/sparc/vm/interpreter_sparc.cpp

231 lines changed: 0 ins; 231 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/cpu/x86/vm/interpreterGenerator_x86.cpp

53 lines changed: 0 ins; 53 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/cpu/x86/vm/interpreter_x86_32.cpp

185 lines changed: 0 ins; 185 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/cpu/x86/vm/interpreter_x86_64.cpp

299 lines changed: 0 ins; 299 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/cpu/zero/vm/interp_masm_zero.cpp

42 lines changed: 0 ins; 42 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/cpu/zero/vm/register_definitions_zero.cpp

32 lines changed: 0 ins; 32 del; 0 mod; 0 unchg

This code review page was prepared using /home/cphillim/bin/official-webrev/webrev.ksh (vers 25.14-hg+openjdk.java.net).