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

Remove prefix allocated_ from methods and variables in Metaspace

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • gc
    • b10

        From the beginning, there were only functions named used_in_bytes() and capacity_in_bytes(). These functions iterated over the ClassLoaderDataGraph to reach all metaspaces and then iterated over the chunk list.

        Later, the functions allocated_used_bytes() and allocated_capacity_bytes() were added that used accounting to be able to return a value faster and without using a lock. When these were added, the functions used_bytes() and capacity_bytes() were renamed to used_bytes_slow() to capacity_bytes_slow() to clarify the difference (the slow functions were later made private).

        Since the old, slow functions end in _slow, we can now drop the allocated_ prefix from the accounting functions.

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

                Created:
                Updated:
                Resolved: