Remove unnecessary return statement in method `markWord::displaced_mark_helper`

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Not an Issue
    • Priority: P5
    • None
    • Affects Version/s: None
    • Component/s: hotspot
    • None

      The last return statement shown below is unnecessary.

      ```
      // method: markWord::displaced_mark_helper

        // This should never happen:
        fatal("bad header=" INTPTR_FORMAT, value());
        return markWord(value());
      ```

            Assignee:
            Guoxiong Li
            Reporter:
            Guoxiong Li
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: