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

Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect

XMLWordPrintable

    • b36

      class LIR_OprDesc: public CompilationResourceObj {
       public:
        // value structure:
        // data opr-type opr-kind
        // +--------------+-------+-------+
        // [max...........|7 6 5 4|3 2 1 0]
        // ^
        // is_pointer bit
        //
        // lowest bit cleared, means it is a structure pointer
        // we need 4 bits to represent types

      Bit description is off by one bit.

            jcm Jamsheed C M (Inactive)
            bpittore Bill Pittore (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: