Mirror of the BLOAT repository https://www.cs.purdue.edu/homes/hosking/bloat/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
bloat/changes.txt

24 lines
759 B

2009-02-24
- experimental: add superclass setter to class editor
2007-10-27
- Ignore/purge JDK5 LVTT attribute in Code constructor
2007-10-25
- ClassFileLoader#loadClassFromRessource(): String#replaceAll() -> String#replace()
- Added BloatingClassLoader#getEditorContext()
- CodeArray#visit_ldc: fix for JDK5 class literal constant references
- ClassFile: maintain original major/minor class format version information
---
- FlowGraph#addHandlerEdges: added visited parameter to keep track of
blocks already visited to break 'infinite loop' in compiler-generated
'self-handling' exception handlers since JDK 1.4
- Type#getType(Class): small fix for array type descriptors
- Tree#visit_ldc: broken hack for JDK5 class constants - check usages and fix