public class RedundantSynchronizationRemoval
extends java.lang.Object
Constructor and Description |
---|
RedundantSynchronizationRemoval() |
Modifier and Type | Method and Description |
---|---|
static void |
removeBarriers(Node root)
This method removes redundant barriers from the root.
|
public static void removeBarriers(Node root)
root
- Root AST node under which redundant barriers have to be
removed.