hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp
changeset 29454 e5e9478e2ddb
parent 29195 7d6208ea1775
child 30764 fec48bf5a827
equal deleted inserted replaced
29362:4188dc7f05a8 29454:e5e9478e2ddb
  2774           __ andr(rscratch2, rscratch2, TypeEntries::type_mask);
  2774           __ andr(rscratch2, rscratch2, TypeEntries::type_mask);
  2775           __ cbz(rscratch2, ok);
  2775           __ cbz(rscratch2, ok);
  2776 
  2776 
  2777           __ stop("unexpected profiling mismatch");
  2777           __ stop("unexpected profiling mismatch");
  2778           __ bind(ok);
  2778           __ bind(ok);
  2779           __ pop(tmp);
       
  2780         }
  2779         }
  2781 #endif
  2780 #endif
  2782         // first time here. Set profile type.
  2781         // first time here. Set profile type.
  2783         __ ldr(tmp, mdo_addr);
  2782         __ ldr(tmp, mdo_addr);
  2784       } else {
  2783       } else {