Statically allocate global mutexes

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b16

      Hotspot uses 40+ global mutexes and monitors. All of which are dynamically allocated on the C heap during startup. They are quite large and live for the lifetime of the process. These can be statically allocated instead of dynamically allocated.

            Assignee:
            Justin King
            Reporter:
            Justin King
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: