< prev index next >

src/hotspot/share/c1/c1_Compiler.cpp

Print this page
*** 242,10 ***
--- 242,13 ---
    case vmIntrinsics::_clone:
  #endif
      break;
    case vmIntrinsics::_blackhole:
      break;
+   case vmIntrinsics::_shipilev_magic_sizeOf:
+   case vmIntrinsics::_shipilev_magic_addressOf:
+     break;
    default:
      return false; // Intrinsics not on the previous list are not available.
    }
  
    return true;
< prev index next >