7016750: tools/javac/nio/CompileTest failing in nightly test

Wed, 09 Feb 2011 14:04:53 -0800

author
jjg
date
Wed, 09 Feb 2011 14:04:53 -0800
changeset 869
c6cb387190ee
parent 859
56b77a38618c
child 870
3ce4e1a07e92

7016750: tools/javac/nio/CompileTest failing in nightly test
Reviewed-by: mcimadamore

test/tools/javac/nio/compileTest/CompileTest.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/nio/compileTest/CompileTest.java	Mon Feb 07 11:42:12 2011 -0800
     1.2 +++ b/test/tools/javac/nio/compileTest/CompileTest.java	Wed Feb 09 14:04:53 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2009, 2011, 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 @@ -25,7 +25,7 @@
    1.11   * @test
    1.12   * @bug 6906175 6915476 6915497 7006564
    1.13   * @summary Path-based JavaFileManager
    1.14 - * @compile -g HelloPathWorld.java
    1.15 + * @compile -g CompileTest.java HelloPathWorld.java
    1.16   * @run main CompileTest
    1.17   */
    1.18  

mercurial