RFR (S) CR 7177472: JSR292: MethodType interning penalizes	scalability
    Aleksey Shipilev 
    aleksey.shipilev at oracle.com
       
    Tue Jun 11 01:47:06 PDT 2013
    
    
  
On 06/11/2013 02:52 AM, Christian Thalinger wrote:
> This looks good to me.  
Thanks for the review!
> Could you run RegExp with Nashorn again with and without your changes?
Being single-threaded, the benchmark will not show much of the
improvement. Also, the results are rather flaky.
Before:
  1 thread: 175 +- 5
 2 threads: 199 +- 5  msec/op
After:
  1 thread: 177 +- 6 msec/op
 2 threads: 189 +- 6 msec/op
-Aleksey.
    
    
More information about the hotspot-dev
mailing list