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

Shark: fix volatile float field access

XMLWordPrintable

    • b16
    • generic
    • generic

        http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2012-December/009089.html

        One of the jtreg tests (test/compiler/6796786/Test6796786.java) was
        failing with Shark because LLVM could not compile atomic load/store for
        float (and double). This change inserts a bitcast to the int type with
        same width.

        http://cr.openjdk.java.net/~rkennke/shark-atomic/webrev/

        Ok to go in?

        Roman

              twisti Christian Thalinger (Inactive)
              twisti Christian Thalinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: