>    public static void main(String[] args)
>    {
>       org.apache.log4j.BasicConfigurator.configure();
> 
>       testWrapper();
>       testVolatile();
>    }


What if you run the volatile test first and then the wrapper test? 
Maybe you are seeing jit stuff.  I suggest running both, throwing away 
the results, as a warm up, and then running it again.



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to