hg: jdk8/tl/jdk: 8024635: Caching MethodType's descriptor string improves lambda linkage performance

2013-11-03 Thread john . r . rose
Changeset: adcc01f5bc93 Author:jrose Date: 2013-11-02 20:08 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/adcc01f5bc93 8024635: Caching MethodType's descriptor string improves lambda linkage performance Summary: Better interpreted and compiled performance of operations in

RFR for JDK-8023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on slow/single core machine

2013-11-03 Thread Tristan Yan
Hi Everyone Please review the fix for JDK-8023462 . Description: This test is using Thread.sleep(3000) to sync between server and client, this could be wrong when running is slow machine. I am trying to use modern CountDownLatch sync server a