hotspot/src/share/vm/c1/c1_Compiler.cpp
changeset 40899 d7140c75c2c6
parent 38246 518c89421883
child 41330 8b2580e63aa0
equal deleted inserted replaced
40898:1c147e5e2b71 40899:d7140c75c2c6
   219   case vmIntrinsics::_compareAndSwapObject:
   219   case vmIntrinsics::_compareAndSwapObject:
   220   case vmIntrinsics::_getCharStringU:
   220   case vmIntrinsics::_getCharStringU:
   221   case vmIntrinsics::_putCharStringU:
   221   case vmIntrinsics::_putCharStringU:
   222 #ifdef TRACE_HAVE_INTRINSICS
   222 #ifdef TRACE_HAVE_INTRINSICS
   223   case vmIntrinsics::_counterTime:
   223   case vmIntrinsics::_counterTime:
       
   224 #if defined(_LP64) || !defined(TRACE_ID_CLASS_SHIFT)
       
   225   case vmIntrinsics::_getClassId:
       
   226 #endif
   224 #endif
   227 #endif
   225     break;
   228     break;
   226   default:
   229   default:
   227     return false; // Intrinsics not on the previous list are not available.
   230     return false; // Intrinsics not on the previous list are not available.
   228   }
   231   }