Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8354870

Disable all intrinsics using -XX:DisableIntrinsic

XMLWordPrintable

      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.

            Unassigned Unassigned
            mhaessig Manuel Hässig
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: