--- old/src/share/sample/javac/processing/src/CheckNamesProcessor.java 2014-07-15 10:27:39.000000000 -0700 +++ new/src/share/sample/javac/processing/src/CheckNamesProcessor.java 2014-07-15 10:27:39.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -138,7 +138,7 @@ public SourceVersion getSupportedSourceVersion() { /* * Return latest source version instead of a fixed version - * like RELEASE_8. To return a fixed version, this class + * like RELEASE_9. To return a fixed version, this class * could be annotated with a SupportedSourceVersion * annotation. * @@ -192,7 +192,7 @@ /** * Visitor to implement name checks. */ - private class NameCheckScanner extends ElementScanner8 { + private class NameCheckScanner extends ElementScanner9 { // The visitor could be enhanced to return true/false if // there were warnings reported or a count of the number // of warnings. This could be facilitated by using