-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
tiger
-
generic
-
solaris_8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2053400 | 5.0 | Peter Jones | P4 | Resolved | Fixed | b15 |
In the file
src/share/classes/com/sun/corba/se/internal/util/PackagePrefixChecker.java
which implements the class
com.sun.corba.se.internal.util.PackagePrefixChecker
there is an import statement naming
sun.tools.java.Identifier
which is internal to the old compiler. The old compiler will be removed
from the J2SE source base for Tiger, so this import must be removed.
Fortunately, the imported name is not used anywhere in the code.
src/share/classes/com/sun/corba/se/internal/util/PackagePrefixChecker.java
which implements the class
com.sun.corba.se.internal.util.PackagePrefixChecker
there is an import statement naming
sun.tools.java.Identifier
which is internal to the old compiler. The old compiler will be removed
from the J2SE source base for Tiger, so this import must be removed.
Fortunately, the imported name is not used anywhere in the code.
- backported by
-
JDK-2053400 com.sun.corba.se.internal.util.PackagePrefixChecker imports sun.tools.java.Ident
-
- Resolved
-
- relates to
-
JDK-4633413 Remove old javac source code and binaries
-
- Closed
-