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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 6
    • 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: