-
Bug
-
Resolution: Fixed
-
P4
-
7u6
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.