comparison src/share/vm/compiler/methodLiveness.cpp @ 1144:9b9c1ee9b3f6

Merge
author iveresov
date Wed, 06 Jan 2010 22:21:39 -0800
parents e66fd840cb6b
children c18cbe5936b8
comparison
equal deleted inserted replaced
1129:a5a6adfca6ec 1144:9b9c1ee9b3f6
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: