Brian Burkhalter
|
8bd3cd5156
|
8337716: ByteBuffer hashCode implementations are inconsistent
Reviewed-by: alanb, liach
|
2024-08-04 15:42:51 +00:00 |
|
Sergey Tsypanov
|
8a0a6f8c25
|
8321279: Implement hashCode() in Heap-X-Buffer.java.template
Reviewed-by: alanb, bpb
|
2023-12-13 09:10:11 +00:00 |
|
Erik Joelsson
|
020255a72d
|
8267174: Many test files have the wrong Copyright header
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
|
2023-09-12 20:16:05 +00:00 |
|
Brian Burkhalter
|
d0e8aec041
|
8306374: (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int])
Reviewed-by: liach, alanb
|
2023-04-26 16:37:18 +00:00 |
|
Brian Burkhalter
|
8858d54342
|
8305811: (bf) Improve performance of CharBuffer::append(CharSequence[,int,int])
Reviewed-by: alanb
|
2023-04-17 20:17:23 +00:00 |
|
Claes Redestad
|
cc445926cf
|
8287904: Reduce runtime of java.net microbenchmarks
Reviewed-by: jvernee
|
2022-06-17 12:24:16 +00:00 |
|
Claes Redestad
|
8fc8fdca96
|
8287905: Reduce runtime of java.nio microbenchmarks
Reviewed-by: jvernee
|
2022-06-16 15:05:00 +00:00 |
|
Claes Redestad
|
1586bf862b
|
8286401: Address possibly lossy conversions in Microbenchmarks
Reviewed-by: shade, ecaspole
|
2022-05-11 20:51:57 +00:00 |
|
Patric Hedlin
|
ddddec7d74
|
8274243: Implement fast-path for ASCII-compatible CharsetEncoders on aarch64
Reviewed-by: neliasso, redestad
|
2022-01-12 15:30:54 +00:00 |
|
Claes Redestad
|
aaa36cc006
|
8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86
Reviewed-by: naoto, thartmann
|
2021-09-29 12:58:14 +00:00 |
|
Brian Burkhalter
|
7a0a57cd56
|
8266820: micro java/nio/SelectorWakeup.java has wrong copyright header
Reviewed-by: chegar, alanb, michaelm, iris
|
2021-05-11 16:12:36 +00:00 |
|
Alan Bateman
|
be4f25b0c8
|
8266369: (se) Add wepoll based Selector
Reviewed-by: chegar, michaelm, vtewari, dfuchs, bpb
|
2021-05-08 07:14:36 +00:00 |
|
Chris Hegarty
|
ac276bb394
|
8257074: Update the ByteBuffers micro benchmark
Reviewed-by: redestad, dfuchs, jvernee, bpb
|
2021-01-27 14:09:15 +00:00 |
|
Brian Burkhalter
|
a8073efeed
|
8253478: (se) epoll Selector should use eventfd for wakeup instead of pipe
Reviewed-by: alanb
|
2021-01-21 21:36:19 +00:00 |
|
Patrick Concannon
|
e455d382e7
|
8234812: Add micros for DatagramChannel send/receive
Benchmarks for the DatagramChannel::send and DatagramChannel::receive methods
Reviewed-by: alanb, chegar
|
2020-03-02 16:47:51 +00:00 |
|
Mikael Vidstedt
|
3318314c7c
|
8237589: Fix copyright header formatting
Reviewed-by: jjg, serb, iris, jwilhelm
|
2020-01-21 14:23:01 -08:00 |
|
Brian Burkhalter
|
b24f8ba2ec
|
8011135: (bf) CharBuffer.put(String) is slow because of String.charAt() call for each char
Reviewed-by: alanb, redestad
|
2019-02-22 10:13:33 -08:00 |
|
Claes Redestad
|
7a30c97753
|
8061281: Microbenchmark suite build support, directory layout and sample benchmarks
8061282: Migrate jmh-jdk-microbenchmarks into the JDK
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Staffan Friberg <sfriberg@kth.se>
Reviewed-by: ecaspole, mchung, erikj, ihse
|
2018-11-16 23:39:51 +01:00 |
|