Currently, we have no way to disable all intrinsics. Supporting -XX:DisableIntrisic=* to disable all intrinsics would help with some debugging and testing use cases where one needs to find codepaths unrelated to intrinsics and hence needs a way to reduce false positives.
It would be even better, if the flag supported fully-fledged globbing, i.e. -XX:DisableIntrinsic=_get*Acquire would disable _getReferenceAcquire, _getShortAcquire, _getIntAcquire, etc.
It would be even better, if the flag supported fully-fledged globbing, i.e. -XX:DisableIntrinsic=_get*Acquire would disable _getReferenceAcquire, _getShortAcquire, _getIntAcquire, etc.