Relates :
|
|
Relates :
|
About 100 regression tests in the JDK 7 jdk repository inappropriately use the "-source" option to compile code to an earlier source level. Often these directives were created in JDK 5 before the default source level was raised to 5; therefore, such directives were necessary in tests to enable the new language features. Generally, such directives should be removed so that the latest source level is exercised.
|