This fixes java/6294. Private inner interfaces are legal. We still don't set the correct access flags for generated classes, but this at least allows code that declares a private interface to compile. Built libjava and ran testsuite with no regressions. OK to commit? Bryce.