agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java

Print this page

        

*** 38,49 **** } }); } private static synchronized void initialize(TypeDataBase db) { ! Type type = db.lookupType("BinaryTreeDictionary"); ! totalSizeField = type.getCIntegerField("_totalSize"); } // Fields private static CIntegerField totalSizeField; --- 38,49 ---- } }); } private static synchronized void initialize(TypeDataBase db) { ! Type type = db.lookupType("BinaryTreeDictionary<FreeChunk>"); ! totalSizeField = type.getCIntegerField("_total_size"); } // Fields private static CIntegerField totalSizeField;