comparison src/share/vm/compiler/methodLiveness.cpp @ 1339:09ac706c2623

Merge
author asaha
date Wed, 24 Mar 2010 17:16:33 -0700
parents e66fd840cb6b
children c18cbe5936b8
comparison
equal deleted inserted replaced
1338:f5dd08ad65df 1339:09ac706c2623
780 case Bytecodes::_putfield: 780 case Bytecodes::_putfield:
781 case Bytecodes::_invokevirtual: 781 case Bytecodes::_invokevirtual:
782 case Bytecodes::_invokespecial: 782 case Bytecodes::_invokespecial:
783 case Bytecodes::_invokestatic: 783 case Bytecodes::_invokestatic:
784 case Bytecodes::_invokeinterface: 784 case Bytecodes::_invokeinterface:
785 case Bytecodes::_invokedynamic:
785 case Bytecodes::_newarray: 786 case Bytecodes::_newarray:
786 case Bytecodes::_anewarray: 787 case Bytecodes::_anewarray:
787 case Bytecodes::_checkcast: 788 case Bytecodes::_checkcast:
788 case Bytecodes::_arraylength: 789 case Bytecodes::_arraylength:
789 case Bytecodes::_instanceof: 790 case Bytecodes::_instanceof: