abstract class org.jboss.threads.EnhancedQueueExecutorBase extends org.jboss.threads.EnhancedQueueExecutorBase { static final long headOffset; volatile org.jboss.threads.EnhancedQueueExecutor$TaskNode head; void () { org.jboss.threads.EnhancedQueueExecutor$TaskNode v; org.jboss.threads.EnhancedQueueExecutorBase v; v := @this: org.jboss.threads.EnhancedQueueExecutorBase; specialinvoke v.()>(); v = new org.jboss.threads.EnhancedQueueExecutor$TaskNode; specialinvoke v.(org.jboss.threads.EnhancedQueueExecutor$Task)>(null); v. = v; v. = v; return; } boolean compareAndSetHead(org.jboss.threads.EnhancedQueueExecutor$TaskNode, org.jboss.threads.EnhancedQueueExecutor$TaskNode) { sun.misc.Unsafe v; long v; org.jboss.threads.EnhancedQueueExecutor$TaskNode v, v; org.jboss.threads.EnhancedQueueExecutorBase v; boolean v; v := @this: org.jboss.threads.EnhancedQueueExecutorBase; v := @parameter: org.jboss.threads.EnhancedQueueExecutor$TaskNode; v := @parameter: org.jboss.threads.EnhancedQueueExecutor$TaskNode; v = ; v = ; v = virtualinvoke v.(v, v, v, v); return v; } static void () { java.lang.NoSuchFieldError v; sun.misc.Unsafe v; java.lang.NoSuchFieldException v; java.lang.Class v; long v; java.lang.String v; java.lang.reflect.Field v; label: v = ; v = class "Lorg/jboss/threads/EnhancedQueueExecutorBase;"; v = virtualinvoke v.("head"); v = virtualinvoke v.(v); = v; label: goto label; label: v := @caughtexception; v = new java.lang.NoSuchFieldError; v = virtualinvoke v.(); specialinvoke v.(java.lang.String)>(v); throw v; label: return; catch java.lang.NoSuchFieldException from label to label with label; } }