# HG changeset patch # User jjg # Date 1248383758 25200 # Node ID 49387c1440d088a737f21c332835fcb06fc0d1b2 # Parent 99b7a25185aa1fcacb11f92abeb65216d3ece23e 6863914: bug number missing from test Reviewed-by: tbell diff -r 99b7a25185aa -r 49387c1440d0 test/tools/javap/typeAnnotations/ArrayClassLiterals.java --- a/test/tools/javap/typeAnnotations/ArrayClassLiterals.java Thu Jul 23 11:37:44 2009 -0700 +++ b/test/tools/javap/typeAnnotations/ArrayClassLiterals.java Thu Jul 23 14:15:58 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2009 Sun Microsystems, Inc. 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 @@ -26,6 +26,7 @@ /* * @test ArrayClassLiterals + * @bug 6863814 * @summary test that class literals array doesn't crash javap */