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

WCGraphicsPrismContext makes use of java.util.Stack

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 7u6
    • javafx
    • web

      WCGraphicsPrismContext uses a java.util.Stack to maintain the stack of states. The problem is java.util.Stack provides internal synchronizations and thus is likely to be slower than LinkedList or ArrayDeque.

            malenkov Sergey Malenkov (Inactive)
            vbaranov Vasiliy Baranov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: