test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java

changeset 2303
dac1b0a17386
parent 1755
ddb4a2bfcd82
child 2525
2eb010b6cb22
equal deleted inserted replaced
2302:f35effa10297 2303:dac1b0a17386
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 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 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
23 23
24 import static com.sun.tools.classfile.TypeAnnotation.TargetType.*; 24 import static com.sun.tools.classfile.TypeAnnotation.TargetType.*;
25 25
26 /* 26 /*
27 * @test 27 * @test
28 * @bug 8028576
28 * @summary Test population of reference info for exception parameters 29 * @summary Test population of reference info for exception parameters
29 * @author Werner Dietl 30 * @author Werner Dietl
30 * @compile -g Driver.java ReferenceInfoUtil.java ExceptionParameters.java 31 * @compile -g Driver.java ReferenceInfoUtil.java ExceptionParameters.java
31 * @run main Driver ExceptionParameters 32 * @run main Driver ExceptionParameters
32 */ 33 */

mercurial