src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Phase.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 7081842 Cdiff src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Phase.java

src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Phase.java

Print this page

        

*** 35,45 **** super(s, n); startNodes = nodes; } int getNodes() { ! return getStartNodes(); } void setEndNodes(int n) { endNodes = n; } --- 35,45 ---- super(s, n); startNodes = nodes; } int getNodes() { ! return getEndNodes() - getStartNodes(); } void setEndNodes(int n) { endNodes = n; }
src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Phase.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File