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
*** old/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Phase.java	Fri Sep 16 12:22:57 2011
--- new/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Phase.java	Fri Sep 16 12:22:57 2011

*** 35,45 **** --- 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