test/tools/javac/annotations/6365854/T6365854.java

changeset 2707
63a9b573847d
parent 798
4868a36f6fd8
child 2893
ca5783d9a597
     1.1 --- a/test/tools/javac/annotations/6365854/T6365854.java	Tue Jan 06 14:20:47 2015 -0800
     1.2 +++ b/test/tools/javac/annotations/6365854/T6365854.java	Fri Jan 09 09:27:16 2015 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -23,7 +23,7 @@
    1.11  
    1.12  /**
    1.13   * @test
    1.14 - * @bug     6365854
    1.15 + * @bug     6365854 8068639
    1.16   * @summary javac crashes when compiling against an annotated class
    1.17   * @compile TestAnnotation.java TestCore.java
    1.18   * @clean test.annotation.TestAnnotation
    1.19 @@ -33,11 +33,11 @@
    1.20   *
    1.21   * @compile TestAnnotation.java TestCore.java
    1.22   * @clean test.annotation.TestAnnotation
    1.23 - * @compile/ref=test1.out -XDrawDiagnostics T6365854.java
    1.24 + * @compile/ref=test1.out -XDrawDiagnostics -Xlint:classfile T6365854.java
    1.25   * @run main T6365854
    1.26 - * @compile/ref=test2.out -XDrawDiagnostics evolve/TestAnnotation.java T6365854.java
    1.27 + * @compile/ref=test2.out -XDrawDiagnostics -Xlint:classfile evolve/TestAnnotation.java T6365854.java
    1.28   * @run main T6365854
    1.29 - * @compile/ref=test2.out -XDrawDiagnostics T6365854.java
    1.30 + * @compile/ref=test2.out -XDrawDiagnostics -Xlint:classfile T6365854.java
    1.31   * @run main T6365854
    1.32   */
    1.33  

mercurial