JDK-8237480 : Add micros for DatagramSocket send/receive
  • Type: Enhancement
  • Component: performance
  • Sub-Component: libraries
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-01-17
  • Updated: 2020-02-25
  • Resolved: 2020-02-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b11Fixed
Related Reports
Relates :  
Relates :  
Description
The microbenchmark suite doesn't currently contain any benchmarks for DatagramSocket send/receive (though it does have a micro benchmark for send). We should implement some benchmarks as part of the work being done for JDK-8235674
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/8124177833ec User: pconcannon Date: 2020-02-18 09:46:27 +0000
18-02-2020

There is a microbenchmark for an unconnected DatagramSocket::send at: test/micro/org/openjdk/bench/java/net/DatagramSocketTest.java We probably want more. I think it would be good to also cover these cases: - send connected - send + receive unconnected - send + receive connected
17-01-2020