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

Keep track of memory accesses originated from Unsafe

XMLWordPrintable

    • b09

        It's useful to differentiate between memory accesses originated from bytecode and Unsafe usages.

        While JVM performs access checks for field accesses and range checks for array accesses, it's user responsibility to perform all necessary checks to ensure safety when it comes to Unsafe.

        From compiler perspective, it may be useful to distinguish between those.

              vlivanov Vladimir Ivanov
              vlivanov Vladimir Ivanov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: