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

SPARC: inlining can cause JIT failure

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.1.3
    • 1.1
    • vm-legacy
    • None
    • jit
    • b01
    • generic
    • solaris_2.5.1
    • Not verified

      When inlining methods of the form:
      final void setfld(int val) { field1 = val; }
      or
      final void setfld() { field1 = 100; }

      The SPARC JIT may overwrite an internal data structure which
      could cause the JIT to fail, or possible abort with a segmentation
      violation.

            busersunw Btplusnull User (Inactive)
            sdeversunw Steve Dever (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: