comparison src/share/vm/c1/c1_LIRAssembler.cpp @ 2451:87ce328c6a21

6528013: C1 CTW failure with -XX:+VerifyOops assert(allocates2(pc),"") Reviewed-by: kvn, iveresov
author never
date Mon, 04 Apr 2011 19:03:35 -0700
parents b92c45f2bc75
children 6c97c830fb6f
comparison
equal deleted inserted replaced
2448:8b2317d732ec 2451:87ce328c6a21
834 #endif 834 #endif
835 } else { 835 } else {
836 _masm->verify_stack_oop(r->reg2stack() * VMRegImpl::stack_slot_size); 836 _masm->verify_stack_oop(r->reg2stack() * VMRegImpl::stack_slot_size);
837 } 837 }
838 } 838 }
839 check_codespace();
840 CHECK_BAILOUT();
841
839 s.next(); 842 s.next();
840 } 843 }
841 VerifyOops = v; 844 VerifyOops = v;
842 } 845 }
843 #endif 846 #endif