src/hotspot/share/classfile/vmSymbols.cpp
changeset 58931 304c63b17b07
parent 58901 2700c409ff10
child 59056 15936b142f86
equal deleted inserted replaced
58930:a4ddd1667c72 58931:304c63b17b07
   784     if (!InlineNIOCheckIndex) return true;
   784     if (!InlineNIOCheckIndex) return true;
   785     break;
   785     break;
   786 #endif // COMPILER1
   786 #endif // COMPILER1
   787 #ifdef COMPILER2
   787 #ifdef COMPILER2
   788   case vmIntrinsics::_clone:
   788   case vmIntrinsics::_clone:
   789 #if INCLUDE_ZGC
       
   790     if (UseZGC) return true;
       
   791 #endif
       
   792   case vmIntrinsics::_copyOf:
   789   case vmIntrinsics::_copyOf:
   793   case vmIntrinsics::_copyOfRange:
   790   case vmIntrinsics::_copyOfRange:
   794     // These intrinsics use both the objectcopy and the arraycopy
   791     // These intrinsics use both the objectcopy and the arraycopy
   795     // intrinsic mechanism.
   792     // intrinsic mechanism.
   796     if (!InlineObjectCopy || !InlineArrayCopy) return true;
   793     if (!InlineObjectCopy || !InlineArrayCopy) return true;