hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp
changeset 3179 e9442e207d31
parent 2570 ecc7862946d4
child 3814 91f531a11872
equal deleted inserted replaced
3178:596a9ab2a92d 3179:e9442e207d31
  1370     Label profile_continue;
  1370     Label profile_continue;
  1371 
  1371 
  1372     // If no method data exists, go to profile_continue.
  1372     // If no method data exists, go to profile_continue.
  1373     test_method_data_pointer(mdp, profile_continue);
  1373     test_method_data_pointer(mdp, profile_continue);
  1374 
  1374 
       
  1375     set_mdp_flag_at(mdp, BitData::null_seen_byte_constant());
       
  1376 
  1375     // The method data pointer needs to be updated.
  1377     // The method data pointer needs to be updated.
  1376     int mdp_delta = in_bytes(BitData::bit_data_size());
  1378     int mdp_delta = in_bytes(BitData::bit_data_size());
  1377     if (TypeProfileCasts) {
  1379     if (TypeProfileCasts) {
  1378       mdp_delta = in_bytes(VirtualCallData::virtual_call_data_size());
  1380       mdp_delta = in_bytes(VirtualCallData::virtual_call_data_size());
  1379     }
  1381     }