Remove const from methods returning size_t in threadLocalAllocBuffer.hpp

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • gc
    • b126

      There is no reason to write use the type const size_t as return type, the const doesn't mean anything in this context since the integral type size_t is copied anyway.

            Assignee:
            Erik Helin
            Reporter:
            Erik Helin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: