|
Quick Lists
|
|
Bug ID:
|
6775145
|
|
Votes
|
0
|
|
Synopsis
|
ClassLoaderUtil.releaseLoader calls System.out.println ("classLoader = " + classLoader)
|
|
Category
|
java:classes_net
|
|
Reported Against
|
|
|
Release Fixed
|
7(b51)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
21-NOV-2008
|
|
Description
|
I'm not sure which category it belongs to, but ClassLoaderUtil.releaseLoader calls System.out.println ("classLoader = " + classLoader) without any details that the printed CL is actually being closed (vs. being used).
It's also not a nice thing to use System.out, which can't be suppressed.
Posted Date : 2008-11-21 23:11:09.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The System.out debugging statements should be removed form sun.misc.ClassLoaderUtil
Posted Date : 2009-03-04 10:55:08.0
http://hg.openjdk.java.net/jdk7/tl/jdk/rev/94d02968a504
Posted Date : 2009-03-04 13:34:14.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |