performance degeneration from jdk7u2 to jdk7u6?

2012-05-19 Thread Jochen Theodorou
Hi all, I was about to get a brand new assembly to ask some questions on the list here when I installed the newest available jdk7 update 6. I ran my simple Fibonacci test program and noticed that the time it took was sudden 4.6s, where it was 3.5s before. This plus 1s doesn't look too god to m

Re: using MethodHandle in place of virtual methods?

2012-05-19 Thread Rémi Forax
On 05/19/2012 08:04 AM, Per Bothner wrote: > On 05/16/2012 05:52 PM, Charles Oliver Nutter wrote: > > Thanks for a detailed and helpful response! > >> On Wed, May 16, 2012 at 12:55 PM, Per Bothner wrote: >>> The attachment ProcUsingMH.java is a sketch of an alternative implementation >>> where ea