RFR(S): 8210392: assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit

Patric Hedlin patric.hedlin at oracle.com
Tue Dec 18 11:48:03 UTC 2018


Dear all,

I would like to ask for help to review the following change/update:

Issue:  https://bugs.openjdk.java.net/browse/JDK-8210392

Webrev: http://cr.openjdk.java.net/~phedlin/tr8210392/


8210392: assert(Compile::current()->live_nodes() < 
Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit

     Avoid excessive split-if through a crude throttling approach.


Testing: hs-tier1-4, hs-precheckin-comp


Best regards,
Patric


More information about the hotspot-compiler-dev mailing list