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

Remove const from methods returning size_t in threadLocalAllocBuffer.hpp

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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.

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

              Created:
              Updated:
              Resolved: