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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P5 P5
    • None
    • None
    • 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());
      ```

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

              Created:
              Updated:
              Resolved: