diff -r f35effa10297 -r dac1b0a17386 test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java Wed Mar 19 17:42:22 2014 +0000 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java Wed Jan 15 13:49:57 2014 +0100 @@ -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 @@ /* * @test + * @bug 8028576 * @summary Test population of reference info for exception parameters * @author Werner Dietl * @compile -g Driver.java ReferenceInfoUtil.java ExceptionParameters.java