hotspot/src/share/vm/opto/graphKit.cpp
changeset 20713 9cd6eb694494
parent 20710 550442bd8ffc
child 21089 e1986ff6fe2e
equal deleted inserted replaced
20711:e1563e3652c1 20713:9cd6eb694494
  3613 
  3613 
  3614   // Now some of the values
  3614   // Now some of the values
  3615   Node* marking = __ load(__ ctrl(), marking_adr, TypeInt::INT, active_type, Compile::AliasIdxRaw);
  3615   Node* marking = __ load(__ ctrl(), marking_adr, TypeInt::INT, active_type, Compile::AliasIdxRaw);
  3616 
  3616 
  3617   // if (!marking)
  3617   // if (!marking)
  3618   __ if_then(marking, BoolTest::ne, zero); {
  3618   __ if_then(marking, BoolTest::ne, zero, unlikely); {
  3619     BasicType index_bt = TypeX_X->basic_type();
  3619     BasicType index_bt = TypeX_X->basic_type();
  3620     assert(sizeof(size_t) == type2aelembytes(index_bt), "Loading G1 PtrQueue::_index with wrong size.");
  3620     assert(sizeof(size_t) == type2aelembytes(index_bt), "Loading G1 PtrQueue::_index with wrong size.");
  3621     Node* index   = __ load(__ ctrl(), index_adr, TypeX_X, index_bt, Compile::AliasIdxRaw);
  3621     Node* index   = __ load(__ ctrl(), index_adr, TypeX_X, index_bt, Compile::AliasIdxRaw);
  3622 
  3622 
  3623     if (do_load) {
  3623     if (do_load) {