Description
<BLOCKED>java.util.logging.Logger.getLogger(String)
javax.faces.component.UIViewRoot.<init>()
problem is that has non-static logger and logger is requested in every view init. For a class (static) method, the monitor associated with the Class object for the method's class is used.
Check myfaces code base for this usage.