8293669: SA: Remove unnecssary "InstanceStackChunkKlass: InstanceStackChunkKlass" output when scanning heap

Reviewed-by: sspitsyn
This commit is contained in:
Chris Plummer 2022-09-12 23:56:45 +00:00
parent 41ce658267
commit 526eb54fc3

View File

@ -46,7 +46,6 @@ public class InstanceStackChunkKlass extends InstanceKlass {
private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
// Just make sure it's there for now
Type type = db.lookupType("InstanceStackChunkKlass");
System.out.println("InstanceStackChunkKlass: " + type);
}
public InstanceStackChunkKlass(Address addr) {