Code Review for hotspot

Prepared by:pliden on Mon Mar 3 14:29:22 CET 2014
Workspace:/localhome/pliden/openjdk/projects/strdedup/jdk9/hs-gc/hotspot
Compare against: /localhome/pliden/openjdk/refs/jdk9/hs-gc/hotspot
Compare against version:6066
Summary of changes: 2391 lines changed: 2381 ins; 4 del; 6 mod; 23987 unchg
Changeset: hotspot.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw make/excludeSrc.make

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
1 line changed: 0 ins; 0 del; 1 mod; 115 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/classfile/javaClasses.hpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
18 lines changed: 14 ins; 4 del; 0 mod; 1425 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/classfile/symbolTable.cpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
12 lines changed: 12 ins; 0 del; 0 mod; 1067 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/g1/concurrentMark.cpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
9 lines changed: 9 ins; 0 del; 0 mod; 4693 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
44 lines changed: 39 ins; 0 del; 5 mod; 6924 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
4 lines changed: 4 ins; 0 del; 0 mod; 319 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
5 lines changed: 5 ins; 0 del; 0 mod; 337 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/g1/g1MarkSweep.cpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
7 lines changed: 7 ins; 0 del; 0 mod; 363 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/shared/markSweep.inline.hpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
7 lines changed: 7 ins; 0 del; 0 mod; 106 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/arguments.cpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
4 lines changed: 4 ins; 0 del; 0 mod; 4013 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/globals.hpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
15 lines changed: 15 ins; 0 del; 0 mod; 3932 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/mutexLocker.cpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
5 lines changed: 5 ins; 0 del; 0 mod; 314 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/mutexLocker.hpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
2 lines changed: 2 ins; 0 del; 0 mod; 379 unchg

------ ------ ------ ------ ------ --- New ----- Raw src/share/vm/gc_implementation/g1/stringDedup.cpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
1407 lines changed: 1407 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw src/share/vm/gc_implementation/g1/stringDedup.hpp

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
65 lines changed: 65 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationAgeThreshold.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationFullGC.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationInterned.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationMemoryUsage.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationPrintOptions.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationTableRehash.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationTableResize.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationTools.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
506 lines changed: 506 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/gc/g1/TestStringDeduplicationYoungGC.java

rev 6067 : 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using ///localhome/pliden/openjdk/tools/webrev/webrev/webrev.ksh (vers 25.2-hg+openjdk.java.net).