hotspot/src/share/vm/opto/c2compiler.cpp
changeset 38017 55047d16f141
parent 36827 53d2d43551d2
child 38211 fe30fdab0f62
child 38240 28e0cafd5222
equal deleted inserted replaced
37295:e00dfcc21fa1 38017:55047d16f141
   358   case vmIntrinsics::_multiplyExactL:
   358   case vmIntrinsics::_multiplyExactL:
   359     if (!Matcher::match_rule_supported(Op_OverflowMulL)) return false;
   359     if (!Matcher::match_rule_supported(Op_OverflowMulL)) return false;
   360     break;
   360     break;
   361   case vmIntrinsics::_getCallerClass:
   361   case vmIntrinsics::_getCallerClass:
   362     if (SystemDictionary::reflect_CallerSensitive_klass() == NULL) return false;
   362     if (SystemDictionary::reflect_CallerSensitive_klass() == NULL) return false;
       
   363     break;
       
   364   case vmIntrinsics::_onSpinWait:
       
   365     if (!Matcher::match_rule_supported(Op_OnSpinWait)) return false;
   363     break;
   366     break;
   364   case vmIntrinsics::_hashCode:
   367   case vmIntrinsics::_hashCode:
   365   case vmIntrinsics::_identityHashCode:
   368   case vmIntrinsics::_identityHashCode:
   366   case vmIntrinsics::_getClass:
   369   case vmIntrinsics::_getClass:
   367   case vmIntrinsics::_dsin:
   370   case vmIntrinsics::_dsin: