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
EqualsCompareTest.java 8337716: ByteBuffer hashCode implementations are inconsistent 2024-08-04 15:42:51 +00:00
genBasic.sh
genCopyDirectMemory.sh
genOrder.sh
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
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
SwapMicroBenchmark.java