jdk/test/sun/reflect/CallerSensitive/CallerSensitiveFinder.java
changeset 26966 580934a3052b
parent 20881 9e14db54cb2f
child 28426 7439e01a464b
equal deleted inserted replaced
26965:1e49b00001cc 26966:580934a3052b
    45  * @test
    45  * @test
    46  * @bug 8010117
    46  * @bug 8010117
    47  * @summary Verify if CallerSensitive methods are annotated with
    47  * @summary Verify if CallerSensitive methods are annotated with
    48  *          sun.reflect.CallerSensitive annotation
    48  *          sun.reflect.CallerSensitive annotation
    49  * @build CallerSensitiveFinder
    49  * @build CallerSensitiveFinder
    50  * @run main/othervm/timeout=900 -mx600m CallerSensitiveFinder
    50  * @run main/othervm/timeout=900 CallerSensitiveFinder
    51  */
    51  */
    52 public class CallerSensitiveFinder {
    52 public class CallerSensitiveFinder {
    53     private static int numThreads = 3;
    53     private static int numThreads = 3;
    54     private static boolean verbose = false;
    54     private static boolean verbose = false;
    55     public static void main(String[] args) throws Exception {
    55     public static void main(String[] args) throws Exception {