< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001a.java

Print this page

  1 /*
  2  * Copyright (c) 2001, 2021, Oracle and/or its affiliates. All rights reserved.
  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  *
 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.
 22  */

186         lR0 = l0;
187         lT0 = l0;
188         lV0 = l0;
189 
190         lS1 = new long[]      {lS0};
191         lS2 = new long[][]    {lS1};
192         lP1 = new long[]      {lP0};
193         lP2 = new long[][]    {lP1};
194         lU1 = new long[]      {lU0};
195         lU2 = new long[][]    {lU1};
196         lR1 = new long[]      {lR0};
197         lR2 = new long[][]    {lR1};
198         lT1 = new long[]      {lT0};
199         lT2 = new long[][]    {lT1};
200         lV1 = new long[]      {lV0};
201         lV2 = new long[][]    {lV1};
202 
203         X0  = new Class();
204         X1  = new Class[]     {X0};
205         X2  = new Class[][]   {X1};
206         Z0  = new Boolean(true);
207         Z1  = new Boolean[]   {Z0};
208         Z2  = new Boolean[][] {Z1};
209         B0  = new Byte(java.lang.Byte.MIN_VALUE);
210         B1  = new Byte[]      {B0};
211         B2  = new Byte[][]    {B1};
212         C0  = new Character(java.lang.Character.MIN_VALUE);
213         C1  = new Character[] {C0};
214         C2  = new Character[][]{C1};
215         D0  = Double.valueOf(java.lang.Double.MIN_VALUE);
216         D1  = new Double[]    {D0};
217         D2  = new Double[][]  {D1};
218         F0  = Float.valueOf(java.lang.Float.MIN_VALUE);
219         F1  = new Float[]     {F0};
220         F2  = new Float[][]   {F1};
221         I0  = Integer.valueOf(java.lang.Integer.MIN_VALUE);
222         I1  = new Integer[]   {I0};
223         I2  = new Integer[][] {I1};
224         L0  = Long.valueOf(java.lang.Long.MIN_VALUE);
225         L1  = new Long[]      {L0};
226         L2  = new Long[][]    {L1};
227         S0  = Short.valueOf(java.lang.Short.MIN_VALUE);
228         S1  = new Short[]     {S0};
229         S2  = new Short[][]   {S1};
230         W0  = new String();
231         W1  = new String[]    {W0};
232         W2  = new String[][]  {W1};
233         O0  = new Object();
234         O1  = new Object[]    {O0};
235         O2  = new Object[][]  {O1};
236 
237         LS0 = Long.valueOf(java.lang.Long.MAX_VALUE);
238         LS1 = new Long[]      {LS0};
239         LS2 = new Long[][]    {LS1};
240         LP0 = Long.valueOf(java.lang.Long.MAX_VALUE);
241         LP1 = new Long[]      {LP0};
242         LP2 = new Long[][]    {LP1};
243         LU0 = Long.valueOf(java.lang.Long.MAX_VALUE);
244         LU1 = new Long[]      {LU0};
245         LU2 = new Long[][]    {LU1};
246         LR0 = Long.valueOf(java.lang.Long.MAX_VALUE);
247         LR1 = new Long[]      {LR0};
248         LR2 = new Long[][]    {LR1};
249         LT0 = Long.valueOf(java.lang.Long.MAX_VALUE);
250         LT1 = new Long[]      {LT0};
251         LT2 = new Long[][]    {LT1};
252         LV0 = Long.valueOf(java.lang.Long.MAX_VALUE);
253         LV1 = new Long[]      {LV0};
254         LV2 = new Long[][]    {LV1};
255 
256         E0  = new Class();
257         E1  = new Inter[]     {E0};
258         E2  = new Inter[][]   {E1};
259         ES0 = new Class();
260         ES1 = new Inter[]     {ES0};
261         ES2 = new Inter[][]   {ES1};
262         EP0 = new Class();
263         EP1 = new Inter[]     {EP0};
264         EP2 = new Inter[][]   {EP1};
265         EU0 = new Class();
266         EU1 = new Inter[]     {EU0};
267         EU2 = new Inter[][]   {EU1};
268         ER0 = new Class();
269         ER1 = new Inter[]     {ER0};
270         ER2 = new Inter[][]   {ER1};
271         ET0 = new Class();
272         ET1 = new Inter[]     {ET0};
273         ET2 = new Inter[][]   {ET1};
274         EV0 = new Class();
275         EV1 = new Inter[]     {EV0};
276         EV2 = new Inter[][]   {EV1};
277     }
278 
279 }

  1 /*
  2  * Copyright (c) 2001, 2026, Oracle and/or its affiliates. All rights reserved.
  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  *
 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.
 22  */

186         lR0 = l0;
187         lT0 = l0;
188         lV0 = l0;
189 
190         lS1 = new long[]      {lS0};
191         lS2 = new long[][]    {lS1};
192         lP1 = new long[]      {lP0};
193         lP2 = new long[][]    {lP1};
194         lU1 = new long[]      {lU0};
195         lU2 = new long[][]    {lU1};
196         lR1 = new long[]      {lR0};
197         lR2 = new long[][]    {lR1};
198         lT1 = new long[]      {lT0};
199         lT2 = new long[][]    {lT1};
200         lV1 = new long[]      {lV0};
201         lV2 = new long[][]    {lV1};
202 
203         X0  = new Class();
204         X1  = new Class[]     {X0};
205         X2  = new Class[][]   {X1};
206         Z0  = new Boolean(z0);
207         Z1  = new Boolean[]   {Z0};
208         Z2  = new Boolean[][] {Z1};
209         B0  = new Byte(b0);
210         B1  = new Byte[]      {B0};
211         B2  = new Byte[][]    {B1};
212         C0  = new Character(c0);
213         C1  = new Character[] {C0};
214         C2  = new Character[][]{C1};
215         D0  = Double.valueOf(d0);
216         D1  = new Double[]    {D0};
217         D2  = new Double[][]  {D1};
218         F0  = Float.valueOf(f0);
219         F1  = new Float[]     {F0};
220         F2  = new Float[][]   {F1};
221         I0  = Integer.valueOf(i0);
222         I1  = new Integer[]   {I0};
223         I2  = new Integer[][] {I1};
224         L0  = Long.valueOf(l0);
225         L1  = new Long[]      {L0};
226         L2  = new Long[][]    {L1};
227         S0  = Short.valueOf(s0);
228         S1  = new Short[]     {S0};
229         S2  = new Short[][]   {S1};
230         W0  = new String();
231         W1  = new String[]    {W0};
232         W2  = new String[][]  {W1};
233         O0  = new Object();
234         O1  = new Object[]    {O0};
235         O2  = new Object[][]  {O1};
236 
237         LS0 = Long.valueOf(l0);
238         LS1 = new Long[]      {LS0};
239         LS2 = new Long[][]    {LS1};
240         LP0 = Long.valueOf(l0);
241         LP1 = new Long[]      {LP0};
242         LP2 = new Long[][]    {LP1};
243         LU0 = Long.valueOf(l0);
244         LU1 = new Long[]      {LU0};
245         LU2 = new Long[][]    {LU1};
246         LR0 = Long.valueOf(l0);
247         LR1 = new Long[]      {LR0};
248         LR2 = new Long[][]    {LR1};
249         LT0 = Long.valueOf(l0);
250         LT1 = new Long[]      {LT0};
251         LT2 = new Long[][]    {LT1};
252         LV0 = Long.valueOf(l0);
253         LV1 = new Long[]      {LV0};
254         LV2 = new Long[][]    {LV1};
255 
256         E0  = new Class();
257         E1  = new Inter[]     {E0};
258         E2  = new Inter[][]   {E1};
259         ES0 = new Class();
260         ES1 = new Inter[]     {ES0};
261         ES2 = new Inter[][]   {ES1};
262         EP0 = new Class();
263         EP1 = new Inter[]     {EP0};
264         EP2 = new Inter[][]   {EP1};
265         EU0 = new Class();
266         EU1 = new Inter[]     {EU0};
267         EU2 = new Inter[][]   {EU1};
268         ER0 = new Class();
269         ER1 = new Inter[]     {ER0};
270         ER2 = new Inter[][]   {ER1};
271         ET0 = new Class();
272         ET1 = new Inter[]     {ET0};
273         ET2 = new Inter[][]   {ET1};
274         EV0 = new Class();
275         EV1 = new Inter[]     {EV0};
276         EV2 = new Inter[][]   {EV1};
277     }
278 
279 }
< prev index next >