os::xxx functions returning memory size should return size_t

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: None
    • Component/s: hotspot
    • b14

      The following functions should return size_t:
      ```
        static julong available_memory();
        static julong used_memory();
        static julong free_memory();

        static jlong total_swap_space();
        static jlong free_swap_space();

        static julong physical_memory();
      ```

      part of the task is to make sure this builds on 32-bit (as long as we still need it)

            Assignee:
            Anton Artemov
            Reporter:
            Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: