aboutsummaryrefslogtreecommitdiff
path: root/test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java')
-rw-r--r--test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java b/test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java
index 790a5142..f41cff9a 100644
--- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -25,6 +25,7 @@ import static com.sun.tools.classfile.TypeAnnotation.TargetType.*;
/*
* @test
+ * @bug 8028576
* @summary Test population of reference info for exception parameters
* @author Werner Dietl
* @compile -g Driver.java ReferenceInfoUtil.java ExceptionParameters.java