test/jdk/com/sun/jdi/JdbExprTest.sh
changeset 50185 97be261ebcdd
parent 47216 71c04702a3d5
equal deleted inserted replaced
50184:1a4101ebec92 50185:97be261ebcdd
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 #
     3 #
     4 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     4 # Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
     5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6 #
     6 #
     7 # This code is free software; you can redistribute it and/or modify it
     7 # This code is free software; you can redistribute it and/or modify it
     8 # under the terms of the GNU General Public License version 2 only, as
     8 # under the terms of the GNU General Public License version 2 only, as
     9 # published by the Free Software Foundation.
     9 # published by the Free Software Foundation.
    24 #
    24 #
    25 
    25 
    26 #  @test
    26 #  @test
    27 #  @bug 4660158
    27 #  @bug 4660158
    28 #  @author Staffan Larsen
    28 #  @author Staffan Larsen
    29 #  @requires os.family != "windows"
       
    30 #  @key intermittent
    29 #  @key intermittent
    31 #  @run shell JdbExprTest.sh
    30 #  @run shell JdbExprTest.sh
    32 
    31 
    33 # These are variables that can be set to control execution
    32 # These are variables that can be set to control execution
    34 
    33 
    45 import java.net.URLClassLoader;
    44 import java.net.URLClassLoader;
    46 import java.net.URL;
    45 import java.net.URL;
    47 
    46 
    48 class $classname {
    47 class $classname {
    49 
    48 
       
    49     static Long lMax = new Long(java.lang.Long.MAX_VALUE); // force initialization of Long class
    50     static long aLong;
    50     static long aLong;
    51     static int anInt;
    51     static int anInt;
    52     static boolean aBoolean;
    52     static boolean aBoolean;
    53 
    53 
    54     public static void bkpt() {
    54     public static void bkpt() {