Don't load fields and methods any more, they take too much space.

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1145 379699f6-c40d-0410-875b-85095c16579e
branch_1_1
jochen 25 years ago
parent 6092fcd5ef
commit 2108dbbaa2
  1. 2
      jode/jode/bytecode/ClassInfo.java.in

@ -210,7 +210,7 @@ public class ClassInfo extends BinaryInfo {
/* Since we have to read the whole class anyway, we load all
* info, that we may need later and that does not take much memory.
*/
howMuch |= FIELDS | METHODS | HIERARCHY | INNERCLASSES | OUTERCLASSES;
howMuch |= HIERARCHY | INNERCLASSES | OUTERCLASSES;
howMuch &= ~status;
/* header */
if (input.readInt() != 0xcafebabe)

Loading…
Cancel
Save