< prev index next >

test/compiler/c2/cr6663848/Tester.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke


   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  */
  23 
  24 /*
  25  * @test
  26  * @bug 6663848
  27  * @summary assert(i < Max(),"oob")


  28  */
  29 

  30 /* Complexity upper bound: 296055 ops */
  31 
  32 final class Tester_Class_0 {
  33     byte var_1;
  34     static double var_2;
  35     String var_3;
  36     char var_4 = 'n';
  37     static int var_5;
  38     String var_6;
  39     final long var_7 = 4161100809902398464L;
  40     static String var_8 = "a";
  41 
  42 
  43     public Tester_Class_0()
  44     {
  45         switch (((false ^ !"n".startsWith("kmmhtohv", 553985525) ? true : false) ? 'k' : (var_4 *= - (var_2 = 3.1182935E38F))) - (~2013121027650726912L >= 2.929692E38F / (var_1 = (byte)4.2723157E37F) ? var_4 | (short)var_7 : ~ ((byte)"".indexOf("yuno", 4922080))))
  46         {
  47             case 125:
  48 
  49             case ']':




   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  */
  23 
  24 /*
  25  * @test
  26  * @bug 6663848
  27  * @summary assert(i < Max(),"oob")
  28  *
  29  * @run main compiler.c2.cr6663848.Tester
  30  */
  31 
  32 package compiler.c2.cr6663848;
  33 /* Complexity upper bound: 296055 ops */
  34 
  35 final class Tester_Class_0 {
  36     byte var_1;
  37     static double var_2;
  38     String var_3;
  39     char var_4 = 'n';
  40     static int var_5;
  41     String var_6;
  42     final long var_7 = 4161100809902398464L;
  43     static String var_8 = "a";
  44 
  45 
  46     public Tester_Class_0()
  47     {
  48         switch (((false ^ !"n".startsWith("kmmhtohv", 553985525) ? true : false) ? 'k' : (var_4 *= - (var_2 = 3.1182935E38F))) - (~2013121027650726912L >= 2.929692E38F / (var_1 = (byte)4.2723157E37F) ? var_4 | (short)var_7 : ~ ((byte)"".indexOf("yuno", 4922080))))
  49         {
  50             case 125:
  51 
  52             case ']':


< prev index next >