|
Change Return Type Map<OpcodeSequence,Integer> to Map<InstructionSequence,Integer> in method public getSequenceScores() : Map<InstructionSequence,Integer> in class org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation |
From |
To |
|
Change Return Type List<NextBytecode> to List<NextInstructionCount> in method public getList() : List<NextInstructionCount> in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionCountList |
From |
To |
|
Change Return Type Map<Opcode,NextBytecodeList> to Map<Opcode,NextInstructionCountList> in method public getNextBytecodeMap() : Map<Opcode,NextInstructionCountList> in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation |
From |
To |
|
Change Return Type OpcodeSequence to InstructionSequence in method private buildSequence(opcodes Opcode...) : InstructionSequence in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Return Type List<Map.Entry<OpcodeSequence,Integer>> to List<Map.Entry<InstructionSequence,Integer>> in method public getSortedData() : List<Map.Entry<InstructionSequence,Integer>> in class org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation |
From |
To |
|
Change Variable Type result : Map<OpcodeSequence,Integer> to result : Map<InstructionSequence,Integer> in method public testAthrow() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type entry : Map.Entry<OpcodeSequence,Integer> to entry : Map.Entry<InstructionSequence,Integer> in method public getReport() : String in class org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation |
From |
To |
|
Change Variable Type o1 : NextBytecode to o1 : NextInstructionCount in method public getList() : List<NextInstructionCount> in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionCountList |
From |
To |
|
Change Variable Type result : List<Map.Entry<OpcodeSequence,Integer>> to result : List<Map.Entry<InstructionSequence,Integer>> in method public getSortedData() : List<Map.Entry<InstructionSequence,Integer>> in class org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation |
From |
To |
|
Change Variable Type entry : Map.Entry<OpcodeSequence,Integer> to entry : Map.Entry<InstructionSequence,Integer> in method private calculate() : void in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation |
From |
To |
|
Change Variable Type nextBytecode : NextBytecode to nextBytecode : NextInstructionCount in method public getReport() : String in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation |
From |
To |
|
Change Variable Type sequence : OpcodeSequence to sequence : InstructionSequence in method private calculate() : void in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation |
From |
To |
|
Change Variable Type key : OpcodeSequence to key : InstructionSequence in method private checkSequence(scoreMap Map<InstructionSequence,Integer>, count int, opcodes Opcode...) : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type result : Map<OpcodeSequence,Integer> to result : Map<InstructionSequence,Integer> in method public testInfiniteLoopChain2() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type entry : Map.Entry<Opcode,NextBytecodeList> to entry : Map.Entry<Opcode,NextInstructionCountList> in method public getReport() : String in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation |
From |
To |
|
Change Variable Type entry : Map.Entry<Opcode,InvokeCountMap> to entry : Map.Entry<Opcode,MethodCountMap> in method public toString(limitPerInvoke int) : String in class org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeMethodCountMap |
From |
To |
|
Change Variable Type result : Map<OpcodeSequence,Integer> to result : Map<InstructionSequence,Integer> in method public testLongBytecodeChain6() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type invokeCountMap : InvokeCountMap to invokeCountMap : MethodCountMap in method public toString(limitPerInvoke int) : String in class org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeMethodCountMap |
From |
To |
|
Change Variable Type sequence : OpcodeSequence to sequence : InstructionSequence in method private storeChain() : void in class org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation |
From |
To |
|
Change Variable Type nextBytecodeList : NextBytecodeList to nextBytecodeList : NextInstructionCountList in method private calculate() : void in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation |
From |
To |
|
Change Variable Type o2 : NextBytecode to o2 : NextInstructionCount in method public getList() : List<NextInstructionCount> in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionCountList |
From |
To |
|
Change Variable Type result : Map<OpcodeSequence,Integer> to result : Map<InstructionSequence,Integer> in method public testInfiniteLoopChain3() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type result : Map<OpcodeSequence,Integer> to result : Map<InstructionSequence,Integer> in method public testFollowGotoChain1() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type nextBytecodeList : NextBytecodeList to nextBytecodeList : NextInstructionCountList in method public getReport() : String in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation |
From |
To |
|
Change Variable Type result : Map<OpcodeSequence,Integer> to result : Map<InstructionSequence,Integer> in method public testLongBytecodeChain1() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type invokeCountMap : InvokeCountMap to invokeCountMap : MethodCountMap in method public countInvocationOfMethod(opcode Opcode, method String) : void in class org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeMethodCountMap |
From |
To |
|
Change Variable Type result : Map<OpcodeSequence,Integer> to result : Map<InstructionSequence,Integer> in method public testInfiniteLoopChain1() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type entry : Map.Entry<OpcodeSequence,Integer> to entry : Map.Entry<InstructionSequence,Integer> in method private log(result Map<InstructionSequence,Integer>) : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Variable Type result : Map<OpcodeSequence,Integer> to result : Map<InstructionSequence,Integer> in method public testFollowGotoChain2() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan |
From |
To |
|
Change Attribute Type chainCountMap : Map<OpcodeSequence,Integer> to chainCountMap : Map<InstructionSequence,Integer> in class org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation |
From |
To |
|
Change Attribute Type nextBytecodeMap : Map<Opcode,NextBytecodeList> to nextBytecodeMap : Map<Opcode,NextInstructionCountList> in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation |
From |
To |
|
Change Attribute Type opcodeInvokeCountMap : OpcodeInvokeCountMap to opcodeInvokeCountMap : InvokeMethodCountMap in class org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeCountOperation |
From |
To |
|
Change Attribute Type list : List<NextBytecode> to list : List<NextInstructionCount> in class org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionCountList |
From |
To |
|
Change Attribute Type opcodeMap : Map<Opcode,InvokeCountMap> to opcodeMap : Map<Opcode,MethodCountMap> in class org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeMethodCountMap |
From |
To |
|
Change Attribute Type opcodeAllocCountMap : OpcodeAllocCountMap to opcodeAllocCountMap : InstructionAllocCountMap in class org.adoptopenjdk.jitwatch.jarscan.allocationcount.AllocationCountOperation |
From |
To |