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

Erroneous assignment in HeapRegionSet.cpp

XMLWordPrintable

    • gc
    • b94
    • Not verified

        THe following should be an equals check, not an assignment:

        if (_last = curr) {
          _last = NULL;
        }

              david David Lindholm (Inactive)
              david David Lindholm (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: