6863914: bug number missing from test
authorjjg
Thu Jul 23 14:15:58 2009 -0700 (7 months ago)
changeset 32849387c1440d0
parent 32799b7a25185aa
child 329631425840408
6863914: bug number missing from test
Reviewed-by: tbell
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 @@ import com.sun.tools.classfile.*;
/*
* @test ArrayClassLiterals
+ * @bug 6863814
* @summary test that class literals array doesn't crash javap
*/