test/compiler/7160610/Test7160610.java

Thu, 11 Apr 2013 09:39:57 -0700

author
katleman
date
Thu, 11 Apr 2013 09:39:57 -0700
changeset 4883
5dcfeb396fed
parent 0
f90c822e73f8
permissions
-rw-r--r--

Added tag jdk8-b85 for changeset 42fe530cd478

aoqi@0 1 /*
aoqi@0 2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 *
aoqi@0 5 * This code is free software; you can redistribute it and/or modify it
aoqi@0 6 * under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 * published by the Free Software Foundation.
aoqi@0 8 *
aoqi@0 9 * This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 12 * version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 13 * accompanied this code).
aoqi@0 14 *
aoqi@0 15 * You should have received a copy of the GNU General Public License version
aoqi@0 16 * 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 18 *
aoqi@0 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 20 * or visit www.oracle.com if you need additional information or have any
aoqi@0 21 * questions.
aoqi@0 22 *
aoqi@0 23 */
aoqi@0 24
aoqi@0 25 /**
aoqi@0 26 * @test
aoqi@0 27 * @bug 7160610
aoqi@0 28 * @summary Unknown Native Code compilation issue.
aoqi@0 29 *
aoqi@0 30 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-OptimizeFill Test7160610
aoqi@0 31 */
aoqi@0 32
aoqi@0 33 public class Test7160610 {
aoqi@0 34 private static final byte[] BYTE_ARRAY = new byte[7];
aoqi@0 35 private static int[] anIntArray1190 = new int[32768];
aoqi@0 36 private static int[] anIntArray1191 = new int[32768];
aoqi@0 37
aoqi@0 38 public static void main(String arg[]) {
aoqi@0 39 int i = 256;
aoqi@0 40 for(int j = BYTE_ARRAY[2]; j < anIntArray1190.length; j++) {
aoqi@0 41 anIntArray1190[j] = BYTE_ARRAY[2];
aoqi@0 42 }
aoqi@0 43
aoqi@0 44 for(int k = BYTE_ARRAY[2]; (k ^ BYTE_ARRAY[1]) > -5001; k++) {
aoqi@0 45 int i1 = (int)(Math.random() * 128D * (double)i);
aoqi@0 46 anIntArray1190[i1] = (int)(Math.random() * 256D);
aoqi@0 47 }
aoqi@0 48
aoqi@0 49 for(int l = BYTE_ARRAY[2]; (l ^ BYTE_ARRAY[1]) > -21; l++) {
aoqi@0 50 for(int j1 = BYTE_ARRAY[0]; j1 < i + -BYTE_ARRAY[0]; j1++) {
aoqi@0 51 for(int k1 = BYTE_ARRAY[0]; (k1 ^ BYTE_ARRAY[1]) > -128; k1++) {
aoqi@0 52 int l1 = k1 - -(j1 << 0x26cb6487);
aoqi@0 53 anIntArray1191[l1] = (anIntArray1190[l1 + -BYTE_ARRAY[0]] - -anIntArray1190[l1 - -BYTE_ARRAY[0]] - -anIntArray1190[-128 + l1] - -anIntArray1190[128 + l1]) / BYTE_ARRAY[6];
aoqi@0 54 }
aoqi@0 55 }
aoqi@0 56 int ai[] = anIntArray1190;
aoqi@0 57 anIntArray1190 = anIntArray1191;
aoqi@0 58 anIntArray1191 = ai;
aoqi@0 59 }
aoqi@0 60 }
aoqi@0 61
aoqi@0 62 static {
aoqi@0 63 BYTE_ARRAY[6] = 4;
aoqi@0 64 BYTE_ARRAY[5] = 5;
aoqi@0 65 BYTE_ARRAY[4] = 3;
aoqi@0 66 BYTE_ARRAY[3] = 2;
aoqi@0 67 BYTE_ARRAY[2] = 0;
aoqi@0 68 BYTE_ARRAY[1] = -1;
aoqi@0 69 BYTE_ARRAY[0] = 1;
aoqi@0 70 }
aoqi@0 71 }

mercurial