-
Bug
-
Resolution: Fixed
-
P3
-
1.3.1
-
rc1
-
generic
-
solaris_7
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2039712 | 1.4.0 | Hemanth Puttaswamy | P3 | Closed | Fixed | beta |
JDK-2039713 | 1.3.1 | Hemanth Puttaswamy | P3 | Closed | Won't Fix |
Affected Class: com.sun.corba.se.internal.util.Utility.java
Method loadClassOfType and loadStubAndUpdateCache
can load classes with and without "org.omg.stub." prefix
by using PackagePrefixChecker.withoutPackagePrefix(className).
For certain J2EE classes, an attempt to always load the classes
first without package-prefix increases the time to load the class
by a factor of five.
Method loadClassOfType and loadStubAndUpdateCache
can load classes with and without "org.omg.stub." prefix
by using PackagePrefixChecker.withoutPackagePrefix(className).
For certain J2EE classes, an attempt to always load the classes
first without package-prefix increases the time to load the class
by a factor of five.
- backported by
-
JDK-2039712 Performance Bug: Utility package prefix change
- Closed
-
JDK-2039713 Performance Bug: Utility package prefix change
- Closed