Known Change: In JDK 1.1, the javac compiler now checks for access to a class on the import statement, not just the first usage of the class. In JDK 1.1, the compiler only reported access errors on the first usage of the inaccessable class.
JCT 1.0 Conformance tests affected:
lang/errors/cant_access_class/class.java
lang/errors/cant_access_class/interface.java
JCT 1.0 Conformance tests affected:
lang/errors/cant_access_class/class.java
lang/errors/cant_access_class/interface.java