author | bpb |
Fri, 24 Jul 2015 11:52:30 -0700 | |
changeset 31873 | 87b015c2cd36 |
parent 14342 | 8435a30053c1 |
child 36933 | 3e6453e2d833 |
permissions | -rw-r--r-- |
2 | 1 |
/* |
14342
8435a30053c1
7197491: update copyright year to match last edit in jdk8 jdk repository
alanb
parents:
14001
diff
changeset
|
2 |
* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
* |
|
5 |
* This code is free software; you can redistribute it and/or modify it |
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
|
7 |
* published by the Free Software Foundation. |
|
8 |
* |
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
* accompanied this code). |
|
14 |
* |
|
15 |
* You should have received a copy of the GNU General Public License version |
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
* |
|
5506 | 19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 |
* or visit www.oracle.com if you need additional information or have any |
|
21 |
* questions. |
|
2 | 22 |
*/ |
23 |
||
24 |
/* Type-specific source code for unit test |
|
25 |
* |
|
26 |
* Regenerate the BasicX classes via genBasic.sh whenever this file changes. |
|
27 |
* We check in the generated source files so that the test tree can be used |
|
28 |
* independently of the rest of the source tree. |
|
29 |
*/ |
|
30 |
||
31 |
#warn This file is preprocessed before being compiled |
|
32 |
||
33 |
import java.nio.*; |
|
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
34 |
import java.lang.reflect.Method; |
2 | 35 |
|
36 |
||
37 |
public class Basic$Type$ |
|
38 |
extends Basic |
|
39 |
{ |
|
40 |
||
4502
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
41 |
private static final $type$[] VALUES = { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
42 |
$Fulltype$.MIN_VALUE, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
43 |
($type$) -1, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
44 |
($type$) 0, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
45 |
($type$) 1, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
46 |
$Fulltype$.MAX_VALUE, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
47 |
#if[float] |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
48 |
$Fulltype$.NEGATIVE_INFINITY, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
49 |
$Fulltype$.POSITIVE_INFINITY, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
50 |
$Fulltype$.NaN, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
51 |
($type$) -0.0, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
52 |
#end[float] |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
53 |
#if[double] |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
54 |
$Fulltype$.NEGATIVE_INFINITY, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
55 |
$Fulltype$.POSITIVE_INFINITY, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
56 |
$Fulltype$.NaN, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
57 |
($type$) -0.0, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
58 |
#end[double] |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
59 |
}; |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
60 |
|
2 | 61 |
private static void relGet($Type$Buffer b) { |
62 |
int n = b.capacity(); |
|
63 |
$type$ v; |
|
64 |
for (int i = 0; i < n; i++) |
|
65 |
ck(b, (long)b.get(), (long)(($type$)ic(i))); |
|
66 |
b.rewind(); |
|
67 |
} |
|
68 |
||
69 |
private static void relGet($Type$Buffer b, int start) { |
|
70 |
int n = b.remaining(); |
|
71 |
$type$ v; |
|
72 |
for (int i = start; i < n; i++) |
|
73 |
ck(b, (long)b.get(), (long)(($type$)ic(i))); |
|
74 |
b.rewind(); |
|
75 |
} |
|
76 |
||
77 |
private static void absGet($Type$Buffer b) { |
|
78 |
int n = b.capacity(); |
|
79 |
$type$ v; |
|
80 |
for (int i = 0; i < n; i++) |
|
81 |
ck(b, (long)b.get(), (long)(($type$)ic(i))); |
|
82 |
b.rewind(); |
|
83 |
} |
|
84 |
||
85 |
private static void bulkGet($Type$Buffer b) { |
|
86 |
int n = b.capacity(); |
|
87 |
$type$[] a = new $type$[n + 7]; |
|
88 |
b.get(a, 7, n); |
|
89 |
for (int i = 0; i < n; i++) |
|
90 |
ck(b, (long)a[i + 7], (long)(($type$)ic(i))); |
|
91 |
} |
|
92 |
||
93 |
private static void relPut($Type$Buffer b) { |
|
94 |
int n = b.capacity(); |
|
95 |
b.clear(); |
|
96 |
for (int i = 0; i < n; i++) |
|
97 |
b.put(($type$)ic(i)); |
|
98 |
b.flip(); |
|
99 |
} |
|
100 |
||
101 |
private static void absPut($Type$Buffer b) { |
|
102 |
int n = b.capacity(); |
|
103 |
b.clear(); |
|
104 |
for (int i = 0; i < n; i++) |
|
105 |
b.put(i, ($type$)ic(i)); |
|
106 |
b.limit(n); |
|
107 |
b.position(0); |
|
108 |
} |
|
109 |
||
110 |
private static void bulkPutArray($Type$Buffer b) { |
|
111 |
int n = b.capacity(); |
|
112 |
b.clear(); |
|
113 |
$type$[] a = new $type$[n + 7]; |
|
114 |
for (int i = 0; i < n; i++) |
|
115 |
a[i + 7] = ($type$)ic(i); |
|
116 |
b.put(a, 7, n); |
|
117 |
b.flip(); |
|
118 |
} |
|
119 |
||
120 |
private static void bulkPutBuffer($Type$Buffer b) { |
|
121 |
int n = b.capacity(); |
|
122 |
b.clear(); |
|
123 |
$Type$Buffer c = $Type$Buffer.allocate(n + 7); |
|
124 |
c.position(7); |
|
125 |
for (int i = 0; i < n; i++) |
|
126 |
c.put(($type$)ic(i)); |
|
127 |
c.flip(); |
|
128 |
c.position(7); |
|
129 |
b.put(c); |
|
130 |
b.flip(); |
|
31873
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
131 |
try { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
132 |
b.put(b); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
133 |
fail("IllegalArgumentException expected for put into same buffer"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
134 |
} catch (IllegalArgumentException e) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
135 |
if (e.getMessage() == null) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
136 |
fail("Non-null IllegalArgumentException message expected from" |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
137 |
+ " put into same buffer"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
138 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
139 |
} |
2 | 140 |
} |
141 |
||
142 |
//6231529 |
|
143 |
private static void callReset($Type$Buffer b) { |
|
144 |
b.position(0); |
|
145 |
b.mark(); |
|
146 |
||
147 |
b.duplicate().reset(); |
|
148 |
b.asReadOnlyBuffer().reset(); |
|
149 |
} |
|
150 |
||
151 |
#if[byte] |
|
152 |
#else[byte] |
|
153 |
// 6221101-6234263 |
|
154 |
||
155 |
private static void putBuffer() { |
|
156 |
final int cap = 10; |
|
157 |
||
158 |
$Type$Buffer direct1 = ByteBuffer.allocateDirect(cap).as$Type$Buffer(); |
|
159 |
$Type$Buffer nondirect1 = ByteBuffer.allocate(cap).as$Type$Buffer(); |
|
160 |
direct1.put(nondirect1); |
|
161 |
||
162 |
$Type$Buffer direct2 = ByteBuffer.allocateDirect(cap).as$Type$Buffer(); |
|
163 |
$Type$Buffer nondirect2 = ByteBuffer.allocate(cap).as$Type$Buffer(); |
|
164 |
nondirect2.put(direct2); |
|
165 |
||
166 |
$Type$Buffer direct3 = ByteBuffer.allocateDirect(cap).as$Type$Buffer(); |
|
167 |
$Type$Buffer direct4 = ByteBuffer.allocateDirect(cap).as$Type$Buffer(); |
|
168 |
direct3.put(direct4); |
|
169 |
||
170 |
$Type$Buffer nondirect3 = ByteBuffer.allocate(cap).as$Type$Buffer(); |
|
171 |
$Type$Buffer nondirect4 = ByteBuffer.allocate(cap).as$Type$Buffer(); |
|
172 |
nondirect3.put(nondirect4); |
|
173 |
} |
|
174 |
#end[byte] |
|
175 |
||
176 |
#if[char] |
|
177 |
||
178 |
private static void bulkPutString($Type$Buffer b) { |
|
179 |
int n = b.capacity(); |
|
180 |
b.clear(); |
|
181 |
StringBuffer sb = new StringBuffer(n + 7); |
|
182 |
sb.append("1234567"); |
|
183 |
for (int i = 0; i < n; i++) |
|
184 |
sb.append((char)ic(i)); |
|
185 |
b.put(sb.toString(), 7, 7 + n); |
|
186 |
b.flip(); |
|
187 |
} |
|
188 |
||
189 |
#end[char] |
|
190 |
||
191 |
private static void checkSlice($Type$Buffer b, $Type$Buffer slice) { |
|
192 |
ck(slice, 0, slice.position()); |
|
193 |
ck(slice, b.remaining(), slice.limit()); |
|
194 |
ck(slice, b.remaining(), slice.capacity()); |
|
195 |
if (b.isDirect() != slice.isDirect()) |
|
196 |
fail("Lost direction", slice); |
|
197 |
if (b.isReadOnly() != slice.isReadOnly()) |
|
198 |
fail("Lost read-only", slice); |
|
199 |
} |
|
200 |
||
201 |
#if[byte] |
|
202 |
||
203 |
private static void checkBytes(ByteBuffer b, byte[] bs) { |
|
204 |
int n = bs.length; |
|
205 |
int p = b.position(); |
|
206 |
byte v; |
|
207 |
if (b.order() == ByteOrder.BIG_ENDIAN) { |
|
208 |
for (int i = 0; i < n; i++) |
|
209 |
ck(b, b.get(), bs[i]); |
|
210 |
} else { |
|
211 |
for (int i = n - 1; i >= 0; i--) |
|
212 |
ck(b, b.get(), bs[i]); |
|
213 |
} |
|
214 |
b.position(p); |
|
215 |
} |
|
216 |
||
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
217 |
private static void compact(Buffer b) { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
218 |
try { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
219 |
Class<?> cl = b.getClass(); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
220 |
Method m = cl.getDeclaredMethod("compact"); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
221 |
m.setAccessible(true); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
222 |
m.invoke(b); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
223 |
} catch (Exception e) { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
224 |
fail(e.getMessage(), b); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
225 |
} |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
226 |
} |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
227 |
|
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
228 |
private static void checkInvalidMarkException(final Buffer b) { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
229 |
tryCatch(b, InvalidMarkException.class, new Runnable() { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
230 |
public void run() { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
231 |
b.mark(); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
232 |
compact(b); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
233 |
b.reset(); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
234 |
}}); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
235 |
} |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
236 |
|
2 | 237 |
private static void testViews(int level, ByteBuffer b, boolean direct) { |
238 |
||
239 |
ShortBuffer sb = b.asShortBuffer(); |
|
240 |
BasicShort.test(level, sb, direct); |
|
241 |
checkBytes(b, new byte[] { 0, (byte)ic(0) }); |
|
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
242 |
checkInvalidMarkException(sb); |
2 | 243 |
|
244 |
CharBuffer cb = b.asCharBuffer(); |
|
245 |
BasicChar.test(level, cb, direct); |
|
246 |
checkBytes(b, new byte[] { 0, (byte)ic(0) }); |
|
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
247 |
checkInvalidMarkException(cb); |
2 | 248 |
|
249 |
IntBuffer ib = b.asIntBuffer(); |
|
250 |
BasicInt.test(level, ib, direct); |
|
251 |
checkBytes(b, new byte[] { 0, 0, 0, (byte)ic(0) }); |
|
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
252 |
checkInvalidMarkException(ib); |
2 | 253 |
|
254 |
LongBuffer lb = b.asLongBuffer(); |
|
255 |
BasicLong.test(level, lb, direct); |
|
256 |
checkBytes(b, new byte[] { 0, 0, 0, 0, 0, 0, 0, (byte)ic(0) }); |
|
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
257 |
checkInvalidMarkException(lb); |
2 | 258 |
|
259 |
FloatBuffer fb = b.asFloatBuffer(); |
|
260 |
BasicFloat.test(level, fb, direct); |
|
261 |
checkBytes(b, new byte[] { 0x42, (byte)0xc2, 0, 0 }); |
|
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
262 |
checkInvalidMarkException(fb); |
2 | 263 |
|
264 |
DoubleBuffer db = b.asDoubleBuffer(); |
|
265 |
BasicDouble.test(level, db, direct); |
|
266 |
checkBytes(b, new byte[] { 0x40, 0x58, 0x40, 0, 0, 0, 0, 0 }); |
|
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
267 |
checkInvalidMarkException(db); |
2 | 268 |
} |
269 |
||
270 |
private static void testHet(int level, ByteBuffer b) { |
|
271 |
||
272 |
int p = b.position(); |
|
273 |
b.limit(b.capacity()); |
|
274 |
show(level, b); |
|
275 |
out.print(" put:"); |
|
276 |
||
277 |
b.putChar((char)1); |
|
278 |
b.putChar((char)Character.MAX_VALUE); |
|
279 |
out.print(" char"); |
|
280 |
||
281 |
b.putShort((short)1); |
|
282 |
b.putShort((short)Short.MAX_VALUE); |
|
283 |
out.print(" short"); |
|
284 |
||
285 |
b.putInt(1); |
|
286 |
b.putInt(Integer.MAX_VALUE); |
|
287 |
out.print(" int"); |
|
288 |
||
289 |
b.putLong((long)1); |
|
290 |
b.putLong((long)Long.MAX_VALUE); |
|
291 |
out.print(" long"); |
|
292 |
||
293 |
b.putFloat((float)1); |
|
294 |
b.putFloat((float)Float.MIN_VALUE); |
|
295 |
b.putFloat((float)Float.MAX_VALUE); |
|
296 |
out.print(" float"); |
|
297 |
||
298 |
b.putDouble((double)1); |
|
299 |
b.putDouble((double)Double.MIN_VALUE); |
|
300 |
b.putDouble((double)Double.MAX_VALUE); |
|
301 |
out.print(" double"); |
|
302 |
||
303 |
out.println(); |
|
304 |
b.limit(b.position()); |
|
305 |
b.position(p); |
|
306 |
show(level, b); |
|
307 |
out.print(" get:"); |
|
308 |
||
309 |
ck(b, b.getChar(), 1); |
|
310 |
ck(b, b.getChar(), Character.MAX_VALUE); |
|
311 |
out.print(" char"); |
|
312 |
||
313 |
ck(b, b.getShort(), 1); |
|
314 |
ck(b, b.getShort(), Short.MAX_VALUE); |
|
315 |
out.print(" short"); |
|
316 |
||
317 |
ck(b, b.getInt(), 1); |
|
318 |
ck(b, b.getInt(), Integer.MAX_VALUE); |
|
319 |
out.print(" int"); |
|
320 |
||
321 |
ck(b, b.getLong(), 1); |
|
322 |
ck(b, b.getLong(), Long.MAX_VALUE); |
|
323 |
out.print(" long"); |
|
324 |
||
325 |
ck(b, (long)b.getFloat(), 1); |
|
326 |
ck(b, (long)b.getFloat(), (long)Float.MIN_VALUE); |
|
327 |
ck(b, (long)b.getFloat(), (long)Float.MAX_VALUE); |
|
328 |
out.print(" float"); |
|
329 |
||
330 |
ck(b, (long)b.getDouble(), 1); |
|
331 |
ck(b, (long)b.getDouble(), (long)Double.MIN_VALUE); |
|
332 |
ck(b, (long)b.getDouble(), (long)Double.MAX_VALUE); |
|
333 |
out.print(" double"); |
|
334 |
||
335 |
out.println(); |
|
336 |
||
337 |
} |
|
338 |
||
339 |
#end[byte] |
|
340 |
||
4502
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
341 |
private static void fail(String problem, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
342 |
$Type$Buffer xb, $Type$Buffer yb, |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
343 |
$type$ x, $type$ y) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
344 |
fail(problem + String.format(": x=%s y=%s", x, y), xb, yb); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
345 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
346 |
|
14001
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
347 |
private static void tryCatch(Buffer b, Class<?> ex, Runnable thunk) { |
2 | 348 |
boolean caught = false; |
349 |
try { |
|
350 |
thunk.run(); |
|
351 |
} catch (Throwable x) { |
|
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
352 |
if (ex.isAssignableFrom(x.getClass())) { |
2 | 353 |
caught = true; |
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
354 |
} else { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
355 |
fail(x.getMessage() + " not expected"); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
356 |
} |
2 | 357 |
} |
358 |
if (!caught) |
|
359 |
fail(ex.getName() + " not thrown", b); |
|
360 |
} |
|
361 |
||
14001
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
362 |
private static void tryCatch($type$ [] t, Class<?> ex, Runnable thunk) { |
2 | 363 |
tryCatch($Type$Buffer.wrap(t), ex, thunk); |
364 |
} |
|
365 |
||
366 |
public static void test(int level, final $Type$Buffer b, boolean direct) { |
|
367 |
||
368 |
show(level, b); |
|
369 |
||
370 |
if (direct != b.isDirect()) |
|
371 |
fail("Wrong direction", b); |
|
372 |
||
373 |
// Gets and puts |
|
374 |
||
375 |
relPut(b); |
|
376 |
relGet(b); |
|
377 |
absGet(b); |
|
378 |
bulkGet(b); |
|
379 |
||
380 |
absPut(b); |
|
381 |
relGet(b); |
|
382 |
absGet(b); |
|
383 |
bulkGet(b); |
|
384 |
||
385 |
bulkPutArray(b); |
|
386 |
relGet(b); |
|
387 |
||
388 |
bulkPutBuffer(b); |
|
389 |
relGet(b); |
|
390 |
||
391 |
#if[char] |
|
392 |
||
393 |
bulkPutString(b); |
|
394 |
relGet(b); |
|
395 |
b.position(1); |
|
396 |
b.limit(7); |
|
397 |
ck(b, b.toString().equals("bcdefg")); |
|
398 |
||
399 |
// CharSequence ops |
|
400 |
||
401 |
b.position(2); |
|
402 |
ck(b, b.charAt(1), 'd'); |
|
2593
76032557be03
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
alanb
parents:
1639
diff
changeset
|
403 |
CharBuffer c = b.subSequence(1, 4); |
76032557be03
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
alanb
parents:
1639
diff
changeset
|
404 |
ck(c, c.capacity(), b.capacity()); |
76032557be03
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
alanb
parents:
1639
diff
changeset
|
405 |
ck(c, c.position(), b.position()+1); |
76032557be03
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
alanb
parents:
1639
diff
changeset
|
406 |
ck(c, c.limit(), b.position()+4); |
76032557be03
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
alanb
parents:
1639
diff
changeset
|
407 |
ck(c, b.subSequence(1, 4).toString().equals("def")); |
2 | 408 |
|
409 |
// 4938424 |
|
410 |
b.position(4); |
|
411 |
ck(b, b.charAt(1), 'f'); |
|
412 |
ck(b, b.subSequence(1, 3).toString().equals("fg")); |
|
413 |
||
13563
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
414 |
// String ops |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
415 |
|
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
416 |
// 7190219 |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
417 |
b.clear(); |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
418 |
int pos = b.position(); |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
419 |
tryCatch(b, BufferOverflowException.class, new Runnable() { |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
420 |
public void run() { |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
421 |
b.put(String.valueOf(new char[b.capacity() + 1]), 0, |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
422 |
b.capacity() + 1); |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
423 |
}}); |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
424 |
ck(b, b.position(), pos); |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
425 |
relGet(b); |
13c8e8f0302b
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh
parents:
5506
diff
changeset
|
426 |
|
2 | 427 |
#end[char] |
428 |
||
429 |
// Compact |
|
430 |
||
431 |
relPut(b); |
|
432 |
b.position(13); |
|
433 |
b.compact(); |
|
434 |
b.flip(); |
|
435 |
relGet(b, 13); |
|
436 |
||
437 |
// Exceptions |
|
438 |
||
439 |
relPut(b); |
|
440 |
b.limit(b.capacity() / 2); |
|
441 |
b.position(b.limit()); |
|
442 |
||
443 |
tryCatch(b, BufferUnderflowException.class, new Runnable() { |
|
444 |
public void run() { |
|
445 |
b.get(); |
|
446 |
}}); |
|
447 |
||
448 |
tryCatch(b, BufferOverflowException.class, new Runnable() { |
|
449 |
public void run() { |
|
450 |
b.put(($type$)42); |
|
451 |
}}); |
|
452 |
||
453 |
// The index must be non-negative and lesss than the buffer's limit. |
|
454 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
455 |
public void run() { |
|
456 |
b.get(b.limit()); |
|
457 |
}}); |
|
458 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
459 |
public void run() { |
|
460 |
b.get(-1); |
|
461 |
}}); |
|
462 |
||
463 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
464 |
public void run() { |
|
465 |
b.put(b.limit(), ($type$)42); |
|
466 |
}}); |
|
467 |
||
1634
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
468 |
tryCatch(b, InvalidMarkException.class, new Runnable() { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
469 |
public void run() { |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
470 |
b.position(0); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
471 |
b.mark(); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
472 |
b.compact(); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
473 |
b.reset(); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
474 |
}}); |
3871c2046043
6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb
parents:
2
diff
changeset
|
475 |
|
31873
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
476 |
try { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
477 |
b.position(b.limit() + 1); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
478 |
fail("IllegalArgumentException expected for position beyond limit"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
479 |
} catch (IllegalArgumentException e) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
480 |
if (e.getMessage() == null) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
481 |
fail("Non-null IllegalArgumentException message expected for" |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
482 |
+ " position beyond limit"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
483 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
484 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
485 |
|
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
486 |
try { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
487 |
b.position(-1); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
488 |
fail("IllegalArgumentException expected for negative position"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
489 |
} catch (IllegalArgumentException e) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
490 |
if (e.getMessage() == null) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
491 |
fail("Non-null IllegalArgumentException message expected for" |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
492 |
+ " negative position"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
493 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
494 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
495 |
|
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
496 |
try { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
497 |
b.limit(b.capacity() + 1); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
498 |
fail("IllegalArgumentException expected for limit beyond capacity"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
499 |
} catch (IllegalArgumentException e) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
500 |
if (e.getMessage() == null) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
501 |
fail("Non-null IllegalArgumentException message expected for" |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
502 |
+ " limit beyond capacity"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
503 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
504 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
505 |
|
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
506 |
try { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
507 |
b.limit(-1); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
508 |
fail("IllegalArgumentException expected for negative limit"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
509 |
} catch (IllegalArgumentException e) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
510 |
if (e.getMessage() == null) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
511 |
fail("Non-null IllegalArgumentException message expected for" |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
512 |
+ " negative limit"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
513 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
514 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
515 |
|
2 | 516 |
// Values |
517 |
||
518 |
b.clear(); |
|
519 |
b.put(($type$)0); |
|
520 |
b.put(($type$)-1); |
|
521 |
b.put(($type$)1); |
|
522 |
b.put($Fulltype$.MAX_VALUE); |
|
523 |
b.put($Fulltype$.MIN_VALUE); |
|
524 |
#if[float] |
|
525 |
b.put(-Float.MAX_VALUE); |
|
526 |
b.put(-Float.MIN_VALUE); |
|
527 |
b.put(Float.NEGATIVE_INFINITY); |
|
528 |
b.put(Float.POSITIVE_INFINITY); |
|
529 |
b.put(Float.NaN); |
|
530 |
b.put(0.91697687f); // Changes value if incorrectly swapped |
|
531 |
#end[float] |
|
532 |
#if[double] |
|
533 |
b.put(-Double.MAX_VALUE); |
|
534 |
b.put(-Double.MIN_VALUE); |
|
535 |
b.put(Double.NEGATIVE_INFINITY); |
|
536 |
b.put(Double.POSITIVE_INFINITY); |
|
537 |
b.put(Double.NaN); |
|
538 |
b.put(0.5121609353879392); // Changes value if incorrectly swapped |
|
539 |
#end[double] |
|
540 |
||
541 |
$type$ v; |
|
542 |
b.flip(); |
|
543 |
ck(b, b.get(), 0); |
|
544 |
ck(b, b.get(), ($type$)-1); |
|
545 |
ck(b, b.get(), 1); |
|
546 |
ck(b, b.get(), $Fulltype$.MAX_VALUE); |
|
547 |
ck(b, b.get(), $Fulltype$.MIN_VALUE); |
|
548 |
||
549 |
#if[float] |
|
550 |
ck(b, b.get(), -Float.MAX_VALUE); |
|
551 |
ck(b, b.get(), -Float.MIN_VALUE); |
|
552 |
ck(b, b.get(), Float.NEGATIVE_INFINITY); |
|
553 |
ck(b, b.get(), Float.POSITIVE_INFINITY); |
|
31873
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
554 |
if (Float.floatToRawIntBits(v = b.get()) != |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
555 |
Float.floatToRawIntBits(Float.NaN)) |
2 | 556 |
fail(b, (long)Float.NaN, (long)v); |
557 |
ck(b, b.get(), 0.91697687f); |
|
558 |
#end[float] |
|
559 |
#if[double] |
|
560 |
ck(b, b.get(), -Double.MAX_VALUE); |
|
561 |
ck(b, b.get(), -Double.MIN_VALUE); |
|
562 |
ck(b, b.get(), Double.NEGATIVE_INFINITY); |
|
563 |
ck(b, b.get(), Double.POSITIVE_INFINITY); |
|
564 |
if (Double.doubleToRawLongBits(v = b.get()) |
|
565 |
!= Double.doubleToRawLongBits(Double.NaN)) |
|
566 |
fail(b, (long)Double.NaN, (long)v); |
|
567 |
ck(b, b.get(), 0.5121609353879392); |
|
568 |
#end[double] |
|
569 |
||
570 |
||
571 |
// Comparison |
|
572 |
b.rewind(); |
|
573 |
$Type$Buffer b2 = $Type$Buffer.allocate(b.capacity()); |
|
574 |
b2.put(b); |
|
575 |
b2.flip(); |
|
576 |
b.position(2); |
|
577 |
b2.position(2); |
|
578 |
if (!b.equals(b2)) { |
|
579 |
for (int i = 2; i < b.limit(); i++) { |
|
580 |
$type$ x = b.get(i); |
|
581 |
$type$ y = b2.get(i); |
|
582 |
if (x != y |
|
583 |
#if[double] |
|
584 |
|| Double.compare(x, y) != 0 |
|
585 |
#end[double] |
|
586 |
#if[float] |
|
587 |
|| Float.compare(x, y) != 0 |
|
588 |
#end[float] |
|
589 |
) |
|
590 |
out.println("[" + i + "] " + x + " != " + y); |
|
591 |
} |
|
592 |
fail("Identical buffers not equal", b, b2); |
|
593 |
} |
|
594 |
if (b.compareTo(b2) != 0) |
|
595 |
fail("Comparison to identical buffer != 0", b, b2); |
|
596 |
||
597 |
b.limit(b.limit() + 1); |
|
598 |
b.position(b.limit() - 1); |
|
599 |
b.put(($type$)99); |
|
600 |
b.rewind(); |
|
601 |
b2.rewind(); |
|
602 |
if (b.equals(b2)) |
|
603 |
fail("Non-identical buffers equal", b, b2); |
|
604 |
if (b.compareTo(b2) <= 0) |
|
605 |
fail("Comparison to shorter buffer <= 0", b, b2); |
|
606 |
b.limit(b.limit() - 1); |
|
607 |
||
608 |
b.put(2, ($type$)42); |
|
609 |
if (b.equals(b2)) |
|
610 |
fail("Non-identical buffers equal", b, b2); |
|
611 |
if (b.compareTo(b2) <= 0) |
|
612 |
fail("Comparison to lesser buffer <= 0", b, b2); |
|
613 |
||
4502
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
614 |
// Check equals and compareTo with interesting values |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
615 |
for ($type$ x : VALUES) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
616 |
$Type$Buffer xb = $Type$Buffer.wrap(new $type$[] { x }); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
617 |
if (xb.compareTo(xb) != 0) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
618 |
fail("compareTo not reflexive", xb, xb, x, x); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
619 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
620 |
if (! xb.equals(xb)) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
621 |
fail("equals not reflexive", xb, xb, x, x); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
622 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
623 |
for ($type$ y : VALUES) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
624 |
$Type$Buffer yb = $Type$Buffer.wrap(new $type$[] { y }); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
625 |
if (xb.compareTo(yb) != - yb.compareTo(xb)) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
626 |
fail("compareTo not anti-symmetric", |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
627 |
xb, yb, x, y); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
628 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
629 |
if ((xb.compareTo(yb) == 0) != xb.equals(yb)) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
630 |
fail("compareTo inconsistent with equals", |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
631 |
xb, yb, x, y); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
632 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
633 |
if (xb.compareTo(yb) != $Fulltype$.compare(x, y)) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
634 |
#if[float] |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
635 |
if (x == 0.0 && y == 0.0) continue; |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
636 |
#end[float] |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
637 |
#if[double] |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
638 |
if (x == 0.0 && y == 0.0) continue; |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
639 |
#end[double] |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
640 |
fail("Incorrect results for $Type$Buffer.compareTo", |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
641 |
xb, yb, x, y); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
642 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
643 |
if (xb.equals(yb) != ((x == y) || ((x != x) && (y != y)))) { |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
644 |
fail("Incorrect results for $Type$Buffer.equals", |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
645 |
xb, yb, x, y); |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
646 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
647 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
648 |
} |
18f387917b89
6903754: (bf) Improve floating-point buffer comparison
martin
parents:
4115
diff
changeset
|
649 |
|
2 | 650 |
// Sub, dup |
651 |
||
652 |
relPut(b); |
|
653 |
relGet(b.duplicate()); |
|
654 |
b.position(13); |
|
655 |
relGet(b.duplicate(), 13); |
|
656 |
relGet(b.duplicate().slice(), 13); |
|
657 |
relGet(b.slice(), 13); |
|
658 |
relGet(b.slice().duplicate(), 13); |
|
659 |
||
660 |
// Slice |
|
661 |
||
662 |
b.position(5); |
|
663 |
$Type$Buffer sb = b.slice(); |
|
664 |
checkSlice(b, sb); |
|
665 |
b.position(0); |
|
666 |
$Type$Buffer sb2 = sb.slice(); |
|
667 |
checkSlice(sb, sb2); |
|
668 |
||
669 |
if (!sb.equals(sb2)) |
|
670 |
fail("Sliced slices do not match", sb, sb2); |
|
671 |
if ((sb.hasArray()) && (sb.arrayOffset() != sb2.arrayOffset())) |
|
672 |
fail("Array offsets do not match: " |
|
673 |
+ sb.arrayOffset() + " != " + sb2.arrayOffset(), sb, sb2); |
|
674 |
||
675 |
#if[byte] |
|
676 |
||
677 |
// Views |
|
678 |
||
679 |
b.clear(); |
|
680 |
b.order(ByteOrder.BIG_ENDIAN); |
|
681 |
testViews(level + 1, b, direct); |
|
682 |
||
683 |
for (int i = 1; i <= 9; i++) { |
|
684 |
b.position(i); |
|
685 |
show(level + 1, b); |
|
686 |
testViews(level + 2, b, direct); |
|
687 |
} |
|
688 |
||
689 |
b.position(0); |
|
690 |
b.order(ByteOrder.LITTLE_ENDIAN); |
|
691 |
testViews(level + 1, b, direct); |
|
692 |
||
693 |
// Heterogeneous accessors |
|
694 |
||
695 |
b.order(ByteOrder.BIG_ENDIAN); |
|
696 |
for (int i = 0; i <= 9; i++) { |
|
697 |
b.position(i); |
|
698 |
testHet(level + 1, b); |
|
699 |
} |
|
700 |
b.order(ByteOrder.LITTLE_ENDIAN); |
|
701 |
b.position(3); |
|
702 |
testHet(level + 1, b); |
|
703 |
||
704 |
#end[byte] |
|
705 |
||
706 |
// Read-only views |
|
707 |
||
708 |
b.rewind(); |
|
709 |
final $Type$Buffer rb = b.asReadOnlyBuffer(); |
|
710 |
if (!b.equals(rb)) |
|
711 |
fail("Buffer not equal to read-only view", b, rb); |
|
712 |
show(level + 1, rb); |
|
713 |
||
714 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
715 |
public void run() { |
|
716 |
relPut(rb); |
|
717 |
}}); |
|
718 |
||
719 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
720 |
public void run() { |
|
721 |
absPut(rb); |
|
722 |
}}); |
|
723 |
||
724 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
725 |
public void run() { |
|
726 |
bulkPutArray(rb); |
|
727 |
}}); |
|
728 |
||
729 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
730 |
public void run() { |
|
731 |
bulkPutBuffer(rb); |
|
732 |
}}); |
|
733 |
||
14001
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
734 |
// put($Type$Buffer) should not change source position |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
735 |
final $Type$Buffer src = $Type$Buffer.allocate(1); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
736 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
737 |
public void run() { |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
738 |
rb.put(src); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
739 |
}}); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
740 |
ck(src, src.position(), 0); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
741 |
|
2 | 742 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
743 |
public void run() { |
|
744 |
rb.compact(); |
|
745 |
}}); |
|
746 |
||
747 |
#if[byte] |
|
748 |
||
749 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
750 |
public void run() { |
|
751 |
rb.putChar((char)1); |
|
752 |
}}); |
|
753 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
754 |
public void run() { |
|
755 |
rb.putChar(0, (char)1); |
|
756 |
}}); |
|
757 |
||
758 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
759 |
public void run() { |
|
760 |
rb.putShort((short)1); |
|
761 |
}}); |
|
762 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
763 |
public void run() { |
|
764 |
rb.putShort(0, (short)1); |
|
765 |
}}); |
|
766 |
||
767 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
768 |
public void run() { |
|
769 |
rb.putInt(1); |
|
770 |
}}); |
|
771 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
772 |
public void run() { |
|
773 |
rb.putInt(0, 1); |
|
774 |
}}); |
|
775 |
||
776 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
777 |
public void run() { |
|
778 |
rb.putLong((long)1); |
|
779 |
}}); |
|
780 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
781 |
public void run() { |
|
782 |
rb.putLong(0, (long)1); |
|
783 |
}}); |
|
784 |
||
785 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
786 |
public void run() { |
|
787 |
rb.putFloat((float)1); |
|
788 |
}}); |
|
789 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
790 |
public void run() { |
|
791 |
rb.putFloat(0, (float)1); |
|
792 |
}}); |
|
793 |
||
794 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
795 |
public void run() { |
|
796 |
rb.putDouble((double)1); |
|
797 |
}}); |
|
798 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
799 |
public void run() { |
|
800 |
rb.putDouble(0, (double)1); |
|
801 |
}}); |
|
802 |
||
803 |
#end[byte] |
|
804 |
||
14001
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
805 |
#if[char] |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
806 |
|
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
807 |
// 7199551 |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
808 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
809 |
public void run() { |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
810 |
String s = new String(new char[rb.remaining() + 1]); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
811 |
rb.put(s); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
812 |
}}); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
813 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
814 |
public void run() { |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
815 |
String s = new String(new char[rb.remaining() + 1]); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
816 |
rb.append(s); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
817 |
}}); |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
818 |
|
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
819 |
#end[char] |
e8e8413ad49a
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb
parents:
13563
diff
changeset
|
820 |
|
2 | 821 |
if (rb.getClass().getName().startsWith("java.nio.Heap")) { |
822 |
||
823 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
824 |
public void run() { |
|
825 |
rb.array(); |
|
826 |
}}); |
|
827 |
||
828 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
829 |
public void run() { |
|
830 |
rb.arrayOffset(); |
|
831 |
}}); |
|
832 |
||
833 |
if (rb.hasArray()) |
|
834 |
fail("Read-only heap buffer's backing array is accessible", |
|
835 |
rb); |
|
836 |
||
837 |
} |
|
838 |
||
839 |
// Bulk puts from read-only buffers |
|
840 |
||
841 |
b.clear(); |
|
842 |
rb.rewind(); |
|
843 |
b.put(rb); |
|
844 |
||
845 |
#if[byte] |
|
846 |
// For byte buffers, test both the direct and non-direct cases |
|
847 |
$Type$Buffer ob |
|
848 |
= (b.isDirect() |
|
849 |
? $Type$Buffer.allocate(rb.capacity()) |
|
850 |
: $Type$Buffer.allocateDirect(rb.capacity())); |
|
851 |
rb.rewind(); |
|
852 |
ob.put(rb); |
|
853 |
#end[byte] |
|
854 |
||
855 |
relPut(b); // Required by testViews |
|
856 |
||
857 |
} |
|
858 |
||
859 |
#if[char] |
|
860 |
||
861 |
private static void testStr() { |
|
862 |
final String s = "abcdefghijklm"; |
|
863 |
int start = 3; |
|
864 |
int end = 9; |
|
865 |
final CharBuffer b = CharBuffer.wrap(s, start, end); |
|
866 |
show(0, b); |
|
867 |
ck(b, b.toString().equals(s.substring(start, end))); |
|
868 |
ck(b, b.toString().equals("defghi")); |
|
869 |
ck(b, b.isReadOnly()); |
|
870 |
tryCatch(b, ReadOnlyBufferException.class, new Runnable() { |
|
871 |
public void run() { |
|
872 |
b.put('x'); |
|
873 |
}}); |
|
874 |
ck(b, start, b.position()); |
|
875 |
ck(b, end, b.limit()); |
|
876 |
ck(b, s.length(), b.capacity()); |
|
2593
76032557be03
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
alanb
parents:
1639
diff
changeset
|
877 |
b.position(6); |
76032557be03
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
alanb
parents:
1639
diff
changeset
|
878 |
ck(b, b.subSequence(0,3).toString().equals("ghi")); |
2 | 879 |
|
880 |
// The index, relative to the position, must be non-negative and |
|
881 |
// smaller than remaining(). |
|
882 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
883 |
public void run() { |
|
884 |
b.charAt(-1); |
|
885 |
}}); |
|
886 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
887 |
public void run() { |
|
888 |
b.charAt(b.remaining()); |
|
889 |
}}); |
|
890 |
||
891 |
// The index must be non-negative and less than the buffer's limit. |
|
892 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
893 |
public void run() { |
|
894 |
b.get(b.limit()); |
|
895 |
}}); |
|
896 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
897 |
public void run() { |
|
898 |
b.get(-1); |
|
899 |
}}); |
|
900 |
||
901 |
// The start must be non-negative and no larger than remaining(). |
|
902 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
903 |
public void run() { |
|
904 |
b.subSequence(-1, b.remaining()); |
|
905 |
}}); |
|
906 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
907 |
public void run() { |
|
908 |
b.subSequence(b.remaining() + 1, b.remaining()); |
|
909 |
}}); |
|
910 |
||
911 |
// The end must be no smaller than start and no larger than |
|
912 |
// remaining(). |
|
913 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
914 |
public void run() { |
|
915 |
b.subSequence(2, 1); |
|
916 |
}}); |
|
917 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
918 |
public void run() { |
|
919 |
b.subSequence(0, b.remaining() + 1); |
|
920 |
}}); |
|
921 |
||
922 |
// The offset must be non-negative and no larger than <array.length>. |
|
923 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
924 |
public void run() { |
|
925 |
$Type$Buffer.wrap(s, -1, s.length()); |
|
926 |
}}); |
|
927 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
928 |
public void run() { |
|
929 |
$Type$Buffer.wrap(s, s.length() + 1, s.length()); |
|
930 |
}}); |
|
931 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
932 |
public void run() { |
|
933 |
$Type$Buffer.wrap(s, 1, 0); |
|
934 |
}}); |
|
935 |
tryCatch(b, IndexOutOfBoundsException.class, new Runnable() { |
|
936 |
public void run() { |
|
937 |
$Type$Buffer.wrap(s, 0, s.length() + 1); |
|
938 |
}}); |
|
939 |
} |
|
940 |
||
941 |
#end[char] |
|
942 |
||
943 |
public static void test(final $type$ [] ba) { |
|
944 |
int offset = 47; |
|
945 |
int length = 900; |
|
946 |
final $Type$Buffer b = $Type$Buffer.wrap(ba, offset, length); |
|
947 |
show(0, b); |
|
948 |
ck(b, b.capacity(), ba.length); |
|
949 |
ck(b, b.position(), offset); |
|
950 |
ck(b, b.limit(), offset + length); |
|
951 |
||
952 |
// The offset must be non-negative and no larger than <array.length>. |
|
953 |
tryCatch(ba, IndexOutOfBoundsException.class, new Runnable() { |
|
954 |
public void run() { |
|
955 |
$Type$Buffer.wrap(ba, -1, ba.length); |
|
956 |
}}); |
|
957 |
tryCatch(ba, IndexOutOfBoundsException.class, new Runnable() { |
|
958 |
public void run() { |
|
959 |
$Type$Buffer.wrap(ba, ba.length + 1, ba.length); |
|
960 |
}}); |
|
961 |
tryCatch(ba, IndexOutOfBoundsException.class, new Runnable() { |
|
962 |
public void run() { |
|
963 |
$Type$Buffer.wrap(ba, 0, -1); |
|
964 |
}}); |
|
965 |
tryCatch(ba, IndexOutOfBoundsException.class, new Runnable() { |
|
966 |
public void run() { |
|
967 |
$Type$Buffer.wrap(ba, 0, ba.length + 1); |
|
968 |
}}); |
|
969 |
||
970 |
// A NullPointerException will be thrown if the array is null. |
|
971 |
tryCatch(ba, NullPointerException.class, new Runnable() { |
|
972 |
public void run() { |
|
973 |
$Type$Buffer.wrap(($type$ []) null, 0, 5); |
|
974 |
}}); |
|
975 |
tryCatch(ba, NullPointerException.class, new Runnable() { |
|
976 |
public void run() { |
|
977 |
$Type$Buffer.wrap(($type$ []) null); |
|
978 |
}}); |
|
979 |
} |
|
980 |
||
981 |
private static void testAllocate() { |
|
982 |
// An IllegalArgumentException will be thrown for negative capacities. |
|
983 |
tryCatch((Buffer) null, IllegalArgumentException.class, new Runnable() { |
|
984 |
public void run() { |
|
985 |
$Type$Buffer.allocate(-1); |
|
986 |
}}); |
|
31873
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
987 |
try { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
988 |
$Type$Buffer.allocate(-1); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
989 |
} catch (IllegalArgumentException e) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
990 |
if (e.getMessage() == null) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
991 |
fail("Non-null IllegalArgumentException message expected for" |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
992 |
+ " attempt to allocate negative capacity buffer"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
993 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
994 |
} |
2 | 995 |
#if[byte] |
996 |
tryCatch((Buffer) null, IllegalArgumentException.class, new Runnable() { |
|
997 |
public void run() { |
|
998 |
$Type$Buffer.allocateDirect(-1); |
|
999 |
}}); |
|
31873
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
1000 |
try { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
1001 |
$Type$Buffer.allocateDirect(-1); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
1002 |
} catch (IllegalArgumentException e) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
1003 |
if (e.getMessage() == null) { |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
1004 |
fail("Non-null IllegalArgumentException message expected for" |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
1005 |
+ " attempt to allocate negative capacity direct buffer"); |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
1006 |
} |
87b015c2cd36
8065556: (bf) Buffer.position and other methods should include detail in IAE
bpb
parents:
14342
diff
changeset
|
1007 |
} |
2 | 1008 |
#end[byte] |
1009 |
} |
|
1010 |
||
1011 |
public static void test() { |
|
1012 |
testAllocate(); |
|
1013 |
test(0, $Type$Buffer.allocate(7 * 1024), false); |
|
1014 |
test(0, $Type$Buffer.wrap(new $type$[7 * 1024], 0, 7 * 1024), false); |
|
1015 |
test(new $type$[1024]); |
|
1016 |
#if[byte] |
|
1017 |
$Type$Buffer b = $Type$Buffer.allocateDirect(7 * 1024); |
|
1018 |
for (b.position(0); b.position() < b.limit(); ) |
|
1019 |
ck(b, b.get(), 0); |
|
1020 |
test(0, b, true); |
|
1021 |
#end[byte] |
|
1022 |
#if[char] |
|
1023 |
testStr(); |
|
1024 |
#end[char] |
|
1025 |
||
1026 |
callReset($Type$Buffer.allocate(10)); |
|
1027 |
||
1028 |
#if[byte] |
|
1029 |
#else[byte] |
|
1030 |
putBuffer(); |
|
1031 |
#end[byte] |
|
1032 |
} |
|
1033 |
||
1034 |
} |