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.
16 lines
624 B
16 lines
624 B
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 |