Review request: 8009174: add class load event tracing
David Holmes
david.holmes at oracle.com
Thu Feb 28 22:57:59 PST 2013
Hi Calvin,
So this adds the code that would allow for the event tracing but it
doesn't actually add the code that will do the event tracing ???
Second problem: you can't store raw oops into the event. Even if
classloader oops were somehow non-moving, the loader may not exist at
the time the event is examined.
David
On 1/03/2013 9:24 AM, Calvin Cheung wrote:
> This change is for adding the class load event tracing.
> The event will include the following fields:
> loaded class
> defining class loader
> initiating class loader
>
> webrev: http://cr.openjdk.java.net/~ccheung/8009174/webrev/
>
> thanks,
> Calvin
More information about the hotspot-dev
mailing list