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

Statically allocate global mutexes

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: