--- old/src/share/vm/c1/c1_LIR.cpp 2010-11-18 19:20:46.750123000 -0800 +++ new/src/share/vm/c1/c1_LIR.cpp 2010-11-18 19:20:46.548441000 -0800 @@ -1737,6 +1737,8 @@ return "unaligned move"; case lir_move_volatile: return "volatile_move"; + case lir_move_wide: + return "wide_move"; default: ShouldNotReachHere(); return "illegal_op";