mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8260273: DataOutputStream writeChars optimization
Reviewed-by: rriggs, bpb, alanb
This commit is contained in:
parent
535c2927b6
commit
c52c6c66db
2 changed files with 4 additions and 3 deletions
|
@ -37,7 +37,7 @@ import java.util.concurrent.TimeUnit;
|
|||
public class DataOutputStreamTest {
|
||||
|
||||
public enum BasicType {CHAR, SHORT, INT, STRING}
|
||||
@Param({"CHAR", "SHORT", "INT", /* "STRING"*/}) BasicType basicType;
|
||||
@Param({"CHAR", "SHORT", "INT", "STRING"}) BasicType basicType;
|
||||
|
||||
@Param({"4096"}) int size;
|
||||
final ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue