Searched refs:gcConstPool (Results 1 – 1 of 1) sorted by relevance
63 boolean gcConstPool; // if true, the constant pool entries will be garbage collected. field in CtClassType81 wasChanged = wasFrozen = wasPruned = gcConstPool = false; in CtClassType()1273 gcConstPool = true; in removeField()1310 gcConstPool = true; in removeConstructor()1341 gcConstPool = true; in removeMethod()1400 public void rebuildClassFile() { gcConstPool = true; } in rebuildClassFile()1409 if (gcConstPool) { in toBytecode()1411 gcConstPool = false; in toBytecode()