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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 17
    • hotspot
    • b05

      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.

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

              Created:
              Updated:
              Resolved: