test/tools/javap/typeAnnotations/ArrayClassLiterals.java

changeset 329
49387c1440d0
parent 328
99b7a25185aa
child 554
9d9f26857129
equal deleted inserted replaced
328:99b7a25185aa 329:49387c1440d0
1 /* 1 /*
2 * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2009 Sun Microsystems, Inc. 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.
24 import java.io.*; 24 import java.io.*;
25 import com.sun.tools.classfile.*; 25 import com.sun.tools.classfile.*;
26 26
27 /* 27 /*
28 * @test ArrayClassLiterals 28 * @test ArrayClassLiterals
29 * @bug 6863814
29 * @summary test that class literals array doesn't crash javap 30 * @summary test that class literals array doesn't crash javap
30 */ 31 */
31 32
32 public class ArrayClassLiterals { 33 public class ArrayClassLiterals {
33 public static void main(String[] args) throws Exception { 34 public static void main(String[] args) throws Exception {

mercurial