Fixing warnings and harness around running Java8 tests and separate JVM tests

This commit is contained in:
Andy Clement
2014-02-26 13:16:57 -08:00
parent b474237898
commit ee3b3acc2f
17 changed files with 30 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ public class HelloWorldClinit002 {
}
static {
int i = 1;
@SuppressWarnings("unused") int i = 1;
int j = 2;
for (int k = 0; k < 5; k++) {
i += j;