java/lang/Class/forName/NonJavaNames.sh
tools/pack200/PackageVersionTest.java
Above tests start failing afterJDK-8011044:
----------System.err:(19/956)----------
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
2 errors
1 warning
java.lang.RuntimeException: compilation failed
tools/pack200/PackageVersionTest.java
Above tests start failing after
----------System.err:(19/956)----------
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
2 errors
1 warning
java.lang.RuntimeException: compilation failed
- duplicates
-
JDK-8050051 Remove unneeded/obsolete -source/-target options in shell tests
-
- Resolved
-
- relates to
-
JDK-8011044 Remove support for 1.5 and earlier source and target options
-
- Closed
-