mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8293669: SA: Remove unnecssary "InstanceStackChunkKlass: InstanceStackChunkKlass" output when scanning heap
Reviewed-by: sspitsyn
This commit is contained in:
parent
41ce658267
commit
526eb54fc3
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ public class InstanceStackChunkKlass extends InstanceKlass {
|
||||||
private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
|
private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
|
||||||
// Just make sure it's there for now
|
// Just make sure it's there for now
|
||||||
Type type = db.lookupType("InstanceStackChunkKlass");
|
Type type = db.lookupType("InstanceStackChunkKlass");
|
||||||
System.out.println("InstanceStackChunkKlass: " + type);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public InstanceStackChunkKlass(Address addr) {
|
public InstanceStackChunkKlass(Address addr) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue