'#ifdef LP64' should be '#ifdef _LP64' in sharedRuntime_sparc.cpp

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 6
    • Affects Version/s: 6
    • Component/s: hotspot
    • None
    • b34
    • sparc
    • solaris

      I ran into an assertion failure at assembler_sparc.hpp:887 when testing my
      changes for 6178789. The assertion is:

      # Error: assert(inv_wdisp( r, off, nbits ) == x,"inverse not inverse")

      It turns out gen_c2i_adapter() in sharedRuntime_sparc.cpp incorrectly tests
      for LP64. For 64bit build, _LP64 is defined, not LP64.

      ###@###.### 2005-04-18 00:33:35 GMT

            Assignee:
            Hui Huang (Inactive)
            Reporter:
            Hui Huang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: