agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File JDK-8022284 Cdiff agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java

agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java

Print this page

        

*** 42,52 **** private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { Type type = db.lookupType("PhaseCFG"); numBlocksField = new CIntField(type.getCIntegerField("_num_blocks"), 0); blocksField = type.getAddressField("_blocks"); ! bbsField = type.getAddressField("_bbs"); brootField = type.getAddressField("_broot"); } private static CIntField numBlocksField; private static AddressField blocksField; --- 42,52 ---- private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { Type type = db.lookupType("PhaseCFG"); numBlocksField = new CIntField(type.getCIntegerField("_num_blocks"), 0); blocksField = type.getAddressField("_blocks"); ! bbsField = type.getAddressField("_node_to_block_mapping"); brootField = type.getAddressField("_broot"); } private static CIntField numBlocksField; private static AddressField blocksField;
agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File