StackTraceElement question

Alan Bateman Alan.Bateman at oracle.com
Sun Oct 7 14:24:34 UTC 2012


On 06/10/2012 15:58, Krystal Mok wrote:
> :
> Is there any reason to store the name instead of the Class<?>? Is it
> possible to fix this in a future version of the jdk?
>
> thanks
>
> christos
I think this would require a bit of analysis as to the issues that might 
turn up. For example, would it allow access to class objects that code 
would not normally have access to? Serialization also comes to mind. 
There may be other concerns too.

-Alan



More information about the core-libs-dev mailing list