com.sun.grizzly.test.cachetest
Class TestLogic

java.lang.Object
  extended by com.sun.grizzly.test.cachetest.TestLogic
All Implemented Interfaces:
Runnable

public class TestLogic
extends Object
implements Runnable

Author:
Gustav Trede

Field Summary
protected static Queue cache
           
protected  int dummy
          used to prevent hotspot in 1.7 from being too clever whith -XX:+AggressiveOpts
protected  Object dummy2
           
protected static CountDownLatch testfinished
           
 
Constructor Summary
TestLogic(TestAndResult test)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

protected static Queue cache

testfinished

protected static CountDownLatch testfinished

dummy

protected int dummy
used to prevent hotspot in 1.7 from being too clever whith -XX:+AggressiveOpts


dummy2

protected Object dummy2
Constructor Detail

TestLogic

public TestLogic(TestAndResult test)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012 Oracle Corporation. All Rights Reserved.