URLClassLoader.java (URLClassLoader): Now package-private.
* java/net/URLClassLoader.java (URLClassLoader): Now package-private. * java/nio/charset/CoderResult.java (CoderResult): Now package-private. (get): Likewise. (Cache): Likewise. Don't synchronize on `this'. * java/rmi/server/RMIClassLoader.java (MyClassLoader): Now package-private. * java/util/TimeZone.java (timezones): Now package-private. From-SVN: r90203
This commit is contained in:
parent
96859aa470
commit
92002f50bd
5 changed files with 28 additions and 18 deletions
|
@ -134,7 +134,8 @@ public abstract class TimeZone implements java.io.Serializable, Cloneable
|
|||
/* initialize this static field lazily to overhead if
|
||||
* it is not needed:
|
||||
*/
|
||||
private static synchronized HashMap timezones()
|
||||
// Package-private to avoid a trampoline.
|
||||
static synchronized HashMap timezones()
|
||||
{
|
||||
if (timezones0 == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue