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

C1: Replace UnsafeGetRaw with UnsafeGet when setting up OSR entry block

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 17
    • 18
    • hotspot
    • b05

    Description

      After JDK-8150921, most Unsafe{Get,Put}Raw intrinsic methods can be replaced by Unsafe{Get,Put}Object.

      There is the only occurrence where c1 refers UnsafeGetRaw among GraphBuilder::setup_osr_entry_block(). We can replace UnsafeGetRaw with UnsafeGetObject when setting up OSR entry block. After that, Unsafe{Get,Put}Raw can be completely removed.

      Attachments

        Issue Links

          Activity

            People

              yyang Yi Yang
              yyang Yi Yang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: