-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7u6
-
Component/s: javafx
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.