hotspot/src/share/vm/prims/jvmtiImpl.cpp
changeset 46630 75aa3e39d02c
parent 46438 b093c3f1ab3d
child 46701 f559541c0daa
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
   680     slot_type = T_INT;
   680     slot_type = T_INT;
   681     break;
   681     break;
   682   case T_ARRAY:
   682   case T_ARRAY:
   683     slot_type = T_OBJECT;
   683     slot_type = T_OBJECT;
   684     break;
   684     break;
       
   685   default:
       
   686     break;
   685   };
   687   };
   686   if (_type != slot_type) {
   688   if (_type != slot_type) {
   687     _result = JVMTI_ERROR_TYPE_MISMATCH;
   689     _result = JVMTI_ERROR_TYPE_MISMATCH;
   688     return false;
   690     return false;
   689   }
   691   }