--- a/langtools/test/tools/javac/options/T7022337.java Wed Jul 09 10:49:32 2014 -0400
+++ b/langtools/test/tools/javac/options/T7022337.java Thu Jul 10 13:57:27 2014 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2014, 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
@@ -51,7 +51,7 @@
"-XDrawDiagnostics",
"-d", ".",
"-processor", myName,
- "-source", "6", // explicit use of older source value without bootclasspath
+ "-source", "8", // explicit use of older source value without bootclasspath
file.getPath());
int count = 0;