Request for reviews (S): 6860599: Relax nodes limit check for Output phase
Christian Thalinger
Christian.Thalinger at Sun.COM
Mon Jul 20 09:35:57 PDT 2009
Vladimir Kozlov wrote:
> Christian,
>
> The only nodes limit check done in Output is in
> Node::verify_construction() and it is assert()
> which only works in debug mode.
> Did I understand your question correctly?
I was talking about the added increase_nodes_limit() call in
Compile::Output(). This one is called on every compile and the limited
is increased, right?
-- Christian
More information about the hotspot-compiler-dev
mailing list