Code Review for hotspot

Prepared by:Roland Schatz on Thu Nov 5 11:27:45 CET 2015
Workspace:/home/roland/hg/jdk9/hs-comp/hotspot
Compare against: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot
Compare against version:9249
Summary of changes: 395 lines changed: 97 ins; 23 del; 275 mod; 4968 unchg
Changeset: hotspot.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/cpu/aarch64/vm/jvmciCodeInstaller_aarch64.cpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
7 lines changed: 0 ins; 0 del; 7 mod; 61 unchg

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

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
7 lines changed: 0 ins; 0 del; 7 mod; 61 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/cpu/sparc/vm/jvmciCodeInstaller_sparc.cpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
19 lines changed: 0 ins; 0 del; 19 mod; 191 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/cpu/x86/vm/jvmciCodeInstaller_x86.cpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
20 lines changed: 1 ins; 2 del; 17 mod; 227 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/CompilerToVM.java

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
3 lines changed: 3 ins; 0 del; 0 mod; 604 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/jvmci/jvmciCodeInstaller.cpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9143 : Merge
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
290 lines changed: 81 ins; 19 del; 190 mod; 826 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/jvmci/jvmciCodeInstaller.hpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
30 lines changed: 0 ins; 0 del; 30 mod; 209 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/jvmci/jvmciCompilerToVM.cpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
2 lines changed: 0 ins; 0 del; 2 mod; 1416 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/jvmci/jvmciRuntime.cpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9143 : Merge
rev 9060 : 8139545: JVMCI : guarantee(heap_end < allocation_end) failed on some sparcv9 hosts
Reviewed-by: iveresov, kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
4 lines changed: 0 ins; 2 del; 2 mod; 1053 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/jvmci/jvmciRuntime.hpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
12 lines changed: 11 ins; 0 del; 1 mod; 222 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/jvmci/vmSymbols_jvmci.hpp

rev 9255 : 8139589: [JVMCI] throw exceptions in faulty code installation operations
rev 9249 : 8139170: JVMCI refresh
Reviewed-by: kvn
rev 9037 : 8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
1 line changed: 1 ins; 0 del; 0 mod; 98 unchg

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