Searched refs:gcConstPool (Results 1 – 1 of 1) sorted by relevance
67 boolean gcConstPool; // if true, the constant pool entries will be garbage collected. field in CtClassType85 wasChanged = wasFrozen = wasPruned = gcConstPool = false; in CtClassType()1423 gcConstPool = true; in removeField()1463 gcConstPool = true; in removeConstructor()1498 gcConstPool = true; in removeMethod()1559 public void rebuildClassFile() { gcConstPool = true; } in rebuildClassFile()1569 if (gcConstPool) { in toBytecode()1571 gcConstPool = false; in toBytecode()