review for 7105305: assert check_method_context proper context

John Rose john.r.rose at oracle.com
Wed Oct 26 15:20:05 PDT 2011


On Oct 26, 2011, at 2:26 PM, Tom Rodriguez wrote:

> This may causes some other CTW issues but I will file separate bugs for those, unless they have a simple fix I can include here.

Good.

Besides uncovering new CTW bugs, I think there's a risk in initializing CTW classes eagerly:  It might cause CTW to give up on processing a class C if its referent D fails to initialize.  This could reduce coverage, since perhaps C used to load and get compiled, where now D's failed initialization will cause C to be skipped.

I suggest adding a print statement to the path where D's initialization fails, so we can track whether coverage gets reduced.

-- John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20111026/c2dc437a/attachment.html 


More information about the hotspot-compiler-dev mailing list