diff -r 7d2f628f04f1 -r fc4cb1577ad6 test/tools/javadoc/6964914/TestStdDoclet.java --- a/test/tools/javadoc/6964914/TestStdDoclet.java Thu Jan 10 15:48:46 2013 -0800 +++ b/test/tools/javadoc/6964914/TestStdDoclet.java Thu Jan 10 19:38:57 2013 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. 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 @@ -57,6 +57,7 @@ Process p = new ProcessBuilder() .command(javadoc.getPath(), "-J-Xbootclasspath:" + System.getProperty("sun.boot.class.path"), + "-Xdoclint:none", "-package", new File(testSrc, thisClassName + ".java").getPath()) .redirectErrorStream(true)