93ad073fbb272c8d6e20505eda133efbdbc429cc
Files Diff
- Added: 5
- Removed: 3
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private buildEAReport() : void renamed to private buildEliminatedAllocationReport() : void in class org.adoptopenjdk.jitwatch.ui.JITWatchUI | From | To | |
Rename Variable | 3 | ||
Rename Variable count : long to sum : long in method public LockCoarsen() in class LockCoarsen | From | To | |
Rename Variable member : IMetaMember to inlinedMember : IMetaMember in method private visitTagEliminateLock(tagEliminateLock Tag, parseDictionary IParseDictionary) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder | From | To | |
Rename Variable bci : String to opcode : Opcode in method private storeElidedLock(member IMetaMember, bciValue int, kind String, bciOpcodeMap BCIOpcodeMap) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable tagJVMSAttributes : Map<String,String> to bciOpcodeMap : BCIOpcodeMap in method private storeElidedLock(member IMetaMember, bciValue int, kind String, bciOpcodeMap BCIOpcodeMap) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tagJVMSAttributes : Map<String,String> to bciOpcodeMap : BCIOpcodeMap in method private storeElidedLock(member IMetaMember, bciValue int, kind String, bciOpcodeMap BCIOpcodeMap) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder | From | To | |
Change Variable Type bci : String to opcode : Opcode in method private storeElidedLock(member IMetaMember, bciValue int, kind String, bciOpcodeMap BCIOpcodeMap) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder | From | To | |
Extract Method | 2 | ||
Extract Method private buildElidedLockAnnotation(isInlined boolean) : String extracted from private visitTagEliminateLock(tagEliminateLock Tag, parseDictionary IParseDictionary) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder | From | To | |
Extract Method private storeElidedLock(member IMetaMember, bciValue int, kind String, bciOpcodeMap BCIOpcodeMap) : void extracted from private visitTagEliminateLock(tagEliminateLock Tag, parseDictionary IParseDictionary) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder | From | To |