jdk-24/test/jdk/java/nio/Buffer
2024-11-04 18:18:14 +00:00
..
AllocateDirectInit.java
Basic-X.java.template 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
Basic.java 8306959: (bf) CharBuffer.append(CharSequence,int,int) throws BufferOverflowException where IndexOutOfBoundsException expected 2023-04-27 17:20:08 +00:00
BasicByte.java 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
BasicChar.java 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
BasicDouble.java 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
BasicFloat.java 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
BasicInt.java 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
BasicLong.java 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
BasicShort.java 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
BulkPutBuffer.java 8286473: Drop --enable-preview from Record related tests 2022-05-11 08:52:11 +00:00
ByteBufferViews.java 8258955: (bf) slice(int, int) on view buffers fails to adjust index according to primitive size 2021-01-02 19:29:50 +00:00
CharAt.java
Chars.java
Chew.java 8339834: Replace usages of -mx and -ms in some tests 2024-09-12 02:02:14 +00:00
CopyDirect-X-Memory.java.template
CopyDirectByteMemory.java
CopyDirectCharMemory.java
CopyDirectDoubleMemory.java
CopyDirectFloatMemory.java
CopyDirectIntMemory.java
CopyDirectLongMemory.java
CopyDirectMemory.java
CopyDirectShortMemory.java
DirectBufferAllocTest.java 8249543: Force DirectBufferAllocTest to run with -ExplicitGCInvokesConcurrent 2020-07-16 15:04:58 +02:00
EqualsCompareTest.java 8337716: ByteBuffer hashCode implementations are inconsistent 2024-08-04 15:42:51 +00:00
genBasic.sh 8218460: Test generation scripts do not invoke stream preprocessor correctly 2019-02-05 14:36:50 -08:00
genCopyDirectMemory.sh 8218460: Test generation scripts do not invoke stream preprocessor correctly 2019-02-05 14:36:50 -08:00
genOrder.sh 8218460: Test generation scripts do not invoke stream preprocessor correctly 2019-02-05 14:36:50 -08:00
LimitDirectMemory.java 8343234: (bf) Move java/nio/Buffer/LimitDirectMemory.java from ProblemList.txt to ProblemList-Virtual.txt 2024-11-04 18:18:14 +00:00
LimitDirectMemoryNegativeTest.java 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
Order-X.java.template 8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int) 2021-01-15 14:06:38 +00:00
Order.java
OrderChar.java 8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int) 2021-01-15 14:06:38 +00:00
OrderDouble.java 8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int) 2021-01-15 14:06:38 +00:00
OrderFloat.java 8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int) 2021-01-15 14:06:38 +00:00
OrderInt.java 8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int) 2021-01-15 14:06:38 +00:00
OrderLong.java 8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int) 2021-01-15 14:06:38 +00:00
OrderShort.java 8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int) 2021-01-15 14:06:38 +00:00
ReachabilityTest.java
StringCharBufferSliceTest.java 5071718: (bf) Add ByteBuffer.slice(int offset, int length) 2019-02-28 12:05:59 -08:00
SwapMicroBenchmark.java