Code Review for jdkX-epsilon

Prepared by:shade on Mon May 7 16:47:20 CEST 2018
Workspace:/home/shade/trunks/jdkX-epsilon
Compare against: ssh://hg.openjdk.java.net/jdk/sandbox
Compare against version:default
Branch:epsilon-gc-branch
Summary of changes: 2181 lines changed: 2176 ins; 0 del; 5 mod; 7649 unchg
Patch of changes: jdkX-epsilon.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw make/autoconf/hotspot.m4

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw make/hotspot/lib/JvmFeatures.gmk

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonArguments.cpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonArguments.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonBarrierSet.cpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonBarrierSet.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonCollectorPolicy.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonHeap.cpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonHeap.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonMemoryPool.cpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonMemoryPool.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilonThreadLocalData.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/epsilon/epsilon_globals.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/barrierSetConfig.hpp

2 lines changed: 1 ins; 0 del; 1 mod; 58 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp

3 lines changed: 3 ins; 0 del; 0 mod; 37 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/collectedHeap.hpp

2 lines changed: 1 ins; 0 del; 1 mod; 639 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/gcConfig.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/gc_globals.hpp

22 lines changed: 22 ins; 0 del; 0 mod; 777 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/opto/graphKit.cpp

15 lines changed: 15 ins; 0 del; 0 mod; 4546 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/utilities/macros.hpp

19 lines changed: 18 ins; 0 del; 1 mod; 603 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/AbstractEpsilonTest.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestAlwaysPretouch.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestByteArrays.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestDieDefault.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestDieWithHeapDump.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestDieWithOnError.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestEpsilonEnabled.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestHelloWorld.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestLogTrace.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestManyThreads.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestMemoryMXBeans.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestMemoryPools.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestObjects.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestPrintHeapSteps.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestRefArrays.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/epsilon/TestUpdateCountersSteps.java

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

This code review page was prepared using /home/shade/trunks/webrev/webrev.ksh (vers 25.16-hg+openjdk.java.net).