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

Cleanup stringStream usage in ObjectSynchronizer

XMLWordPrintable

    • b18

      stringStream mallocs on initialization, and there are a few uses in ObjectSynchronizer which is only used in case a guarantee fails which would benefit from being guarded.

      For example the stringStream ss in om_alloc is completely unused, but still accounts for roughly 30% of the instructions retired by that method.

            redestad Claes Redestad
            redestad Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: