Skip to content

Commit 526eb54

Browse files
committedSep 12, 2022
8293669: SA: Remove unnecssary "InstanceStackChunkKlass: InstanceStackChunkKlass" output when scanning heap
Reviewed-by: sspitsyn
1 parent 41ce658 commit 526eb54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/InstanceStackChunkKlass.java

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public void update(Observable o, Object data) {
4646
private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
4747
// Just make sure it's there for now
4848
Type type = db.lookupType("InstanceStackChunkKlass");
49-
System.out.println("InstanceStackChunkKlass: " + type);
5049
}
5150

5251
public InstanceStackChunkKlass(Address addr) {

0 commit comments

Comments
 (0)
Please sign in to comment.