Code Review for 102716_graal

Prepared by:kvn on Fri Oct 28 00:21:31 PDT 2016
Workspace:/Users/kvn/work/hotspot/c2_gk/AOT/102716_graal
Compare against: http://hg.openjdk.java.net/graal/graal-core
Summary of changes: 4836 lines changed: 4626 ins; 68 del; 142 mod; 32332 unchg
Patch of changes: 102716_graal.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.asm.amd64/src/com/oracle/graal/asm/amd64/AMD64Assembler.java

11 lines changed: 11 ins; 0 del; 0 mod; 3739 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.asm/src/com/oracle/graal/asm/Assembler.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.code/src/com/oracle/graal/code/CompilationResult.java

60 lines changed: 59 ins; 0 del; 1 mod; 656 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.code/src/com/oracle/graal/code/DataSection.java

4 lines changed: 4 ins; 0 del; 0 mod; 417 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.code/src/com/oracle/graal/code/HexCodeFile.java

9 lines changed: 0 ins; 0 del; 9 mod; 434 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.compiler.amd64/src/com/oracle/graal/compiler/amd64/AMD64ArithmeticLIRGenerator.java

5 lines changed: 1 ins; 3 del; 1 mod; 1269 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.compiler.amd64/src/com/oracle/graal/compiler/amd64/AMD64LIRGenerator.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/GraalOptions.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java

6 lines changed: 4 ins; 0 del; 2 mod; 377 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/phases/HighTier.java

7 lines changed: 6 ins; 0 del; 1 mod; 119 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.debug/src/com/oracle/graal/debug/Debug.java

7 lines changed: 5 ins; 1 del; 1 mod; 1711 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.graph/src/com/oracle/graal/graph/NodeBitMap.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotAddressLowering.java

30 lines changed: 20 ins; 2 del; 8 mod; 119 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotBackend.java

18 lines changed: 17 ins; 0 del; 1 mod; 322 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotBackendFactory.java

6 lines changed: 1 ins; 4 del; 1 mod; 262 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotLIRGenerator.java

106 lines changed: 102 ins; 0 del; 4 mod; 629 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotLoweringProvider.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotMove.java

30 lines changed: 22 ins; 3 del; 5 mod; 262 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotSafepointOp.java

6 lines changed: 5 ins; 0 del; 1 mod; 120 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/GraalHotSpotVMConfig.java

8 lines changed: 8 ins; 0 del; 0 mod; 719 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotBackend.java

33 lines changed: 33 ins; 0 del; 0 mod; 287 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotCompiledCodeBuilder.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotLIRGenerator.java

105 lines changed: 104 ins; 0 del; 1 mod; 153 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/JVMCIVersionCheck.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/DefaultHotSpotLoweringProvider.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotForeignCallsProviderImpl.java

4 lines changed: 4 ins; 0 del; 0 mod; 201 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotGraphBuilderPlugins.java

25 lines changed: 13 ins; 0 del; 12 mod; 435 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotHostForeignCallsProvider.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotNodePlugin.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotSuitesProvider.java

16 lines changed: 16 ins; 0 del; 0 mod; 147 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/CompressionNode.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/phases/LoadJavaMirrorWithKlassPhase.java

4 lines changed: 1 ins; 1 del; 2 mod; 145 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/CRC32Substitutions.java

5 lines changed: 3 ins; 1 del; 1 mod; 102 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/InstanceOfSnippets.java

37 lines changed: 33 ins; 0 del; 4 mod; 313 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java

95 lines changed: 82 ins; 0 del; 13 mod; 622 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/WriteBarrierSnippets.java

19 lines changed: 2 ins; 6 del; 11 mod; 543 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/arraycopy/ArrayCopySlowPathNode.java

17 lines changed: 17 ins; 0 del; 0 mod; 82 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/arraycopy/ArrayCopySnippets.java

21 lines changed: 15 ins; 2 del; 4 mod; 615 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/NewInstanceStub.java

8 lines changed: 4 ins; 2 del; 2 mod; 304 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/Stub.java

30 lines changed: 28 ins; 0 del; 2 mod; 264 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/word/HotSpotWordTypes.java

9 lines changed: 9 ins; 0 del; 0 mod; 87 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.java/src/com/oracle/graal/java/BytecodeParser.java

108 lines changed: 99 ins; 1 del; 8 mod; 3767 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/hotpath/HP_idea.java

9 lines changed: 0 ins; 0 del; 9 mod; 459 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.lir/src/com/oracle/graal/lir/asm/CompilationResultBuilder.java

9 lines changed: 9 ins; 0 del; 0 mod; 506 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/Invoke.java

4 lines changed: 4 ins; 0 del; 0 mod; 114 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/InvokeNode.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/InvokeWithExceptionNode.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/StructuredGraph.java

33 lines changed: 32 ins; 0 del; 1 mod; 732 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/calc/CompareNode.java

6 lines changed: 5 ins; 0 del; 1 mod; 234 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/extended/LoadHubNode.java

20 lines changed: 8 ins; 0 del; 12 mod; 104 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/graphbuilderconf/GraphBuilderConfiguration.java

20 lines changed: 20 ins; 0 del; 0 mod; 306 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/java/DynamicNewArrayNode.java

17 lines changed: 15 ins; 0 del; 2 mod; 122 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/java/DynamicNewInstanceNode.java

18 lines changed: 16 ins; 0 del; 2 mod; 79 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/java/MethodCallTargetNode.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/Lowerable.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/LoweringProvider.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/util/GraphUtil.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.options.test/src/com/oracle/graal/options/test/NestedBooleanOptionValueTest.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.options.test/src/com/oracle/graal/options/test/TestOptionValue.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/LoweringPhase.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/inlining/InliningUtil.java

4 lines changed: 4 ins; 0 del; 0 mod; 821 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/inlining/walker/InliningData.java

16 lines changed: 11 ins; 0 del; 5 mod; 771 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/DefaultJavaLoweringProvider.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/ReplacementsImpl.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetTemplate.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw graal/com.oracle.graal.serviceprovider/src/com/oracle/graal/serviceprovider/GraalServices.java

47 lines changed: 3 ins; 37 del; 7 mod; 76 unchg

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.debug/src/com/oracle/graal/debug/GraalSoftError.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotConstantRetrievalOp.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotLoadAddressOp.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotLoadConfigValueOp.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilerRuntimeHotSpotVMConfig.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotClassInitializationPlugin.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotConstantLoadAction.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotProfilingPlugin.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/EncodedSymbolNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/HotSpotVMConfigNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/InitializeKlassNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/InitializeKlassStubCall.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/LoadConstantIndirectlyFixedNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/LoadConstantIndirectlyNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/LoadMethodCountersIndirectlyNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/LoadMethodCountersNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/ProfileBranchNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/ProfileInvokeNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/ProfileNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/ProfileWithNotificationNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/RandomSeedNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/ResolveConstantNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/ResolveConstantStubCall.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/ResolveMethodAndLoadCountersNode.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/ResolveMethodAndLoadCountersStubCall.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/type/MethodCountersPointerStamp.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/phases/EliminateRedundantInitializationPhase.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/phases/FinalizeProfileNodesPhase.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/phases/ReplaceConstantNodesPhase.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/EncodedSymbolConstant.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/ProbabilisticProfileSnippets.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/ProfileSnippets.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/ResolveConstantSnippets.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/word/MethodCountersPointer.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.lir.amd64/src/com/oracle/graal/lir/amd64/AMD64ReadTimestampCounter.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/graphbuilderconf/ClassInitializationPlugin.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/graphbuilderconf/ProfilingPlugin.java

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

------ ------ ------ ------ --- New Patch Raw graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/inlining/policy/StaticInliningPolicy.java

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

------ ------ ------ ------ --- New Patch Raw graal/module-info.java

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

This code review page was prepared using /Users/kvn/work/hotspot/hg_webrev (vers 23.18-hg-never).