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

Need portable bool accessors for C1/C2

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 6
    • hotspot
    • None
    • generic
    • generic

      The work for 4991491 added new accessors to the platform-specific Assembler classes to portably access bool values in C++ data structures from assembly code. However, similar accessors were not added to C1 and C2's IRs. This makes it impossible to portably access bool fields from the compilers' generated code. Either new factory methods creating existing Instructions (C1) or Ideal nodes (C2), or additional information in C1's and C2's type system about the C++ type bool, are needed.

      ###@###.### 2005-06-20 17:06:06 GMT

            Unassigned Unassigned
            kbr Kenneth Russell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: