Hi all,
please review the fix for
java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java
Bug: https://bugs.openjdk.java.net/browse/JDK-8133704
Webrev: http://cr.openjdk.java.net/~xiaofeya/8133704/webrev.00
It is using hard-coded port 4445 for the server side. This fix upda
Hi Felix,
On 08/01/16 08:36, Felix Yang wrote:
Hi all,
please review the fix for
java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java
Bug: https://bugs.openjdk.java.net/browse/JDK-8133704
Webrev: http://cr.openjdk.java.net/~xiaofeya/8133704/webrev.00
This looks good.
Hi,
please review this patch to lazily create schemeSpecificPart for
non-opaque URIs. This change accounts for some improvement in footprint
characteristics and a 10-20% improvement on URI creation
microbenchmarks, while not regressing notably on a targetted
microbenchmark which explicitly ge
On 08/01/2016 14:41, Claes Redestad wrote:
Hi,
please review this patch to lazily create schemeSpecificPart for
non-opaque URIs. This change accounts for some improvement in
footprint characteristics and a 10-20% improvement on URI creation
microbenchmarks, while not regressing notably on a
On 2016-01-08 16:34, Alan Bateman wrote:
On 08/01/2016 14:41, Claes Redestad wrote:
Hi,
please review this patch to lazily create schemeSpecificPart for
non-opaque URIs. This change accounts for some improvement in
footprint characteristics and a 10-20% improvement on URI creation
microben