src/share/vm/c1/c1_LIRGenerator.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_LIRGenerator.cpp	Wed Sep 29 10:46:59 2010
--- new/src/share/vm/c1/c1_LIRGenerator.cpp	Wed Sep 29 10:46:59 2010

*** 2307,2317 **** --- 2307,2317 ---- } } // increment invocation counters if needed if (!method()->is_accessor()) { // Accessors do not have MDOs, so no counting. ! CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL); increment_invocation_counter(info); } // all blocks with a successor must end with an unconditional jump // to the successor even if they are consecutive

src/share/vm/c1/c1_LIRGenerator.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File