RFR(XS) 8163313: assert(comp != __null) failed: compiler not available

Vladimir Kozlov vladimir.kozlov at oracle.com
Sat Aug 6 00:21:20 UTC 2016


Looks good.

Thanks,
Vladimir

On 8/5/16 4:28 PM, Igor Veresov wrote:
> WB_IsIntrinsicAvailable() needs additional check that the compLevel in the request is less than CompLevel_highest_tier. It actually was this way before JDK-8162881 (http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/a2e73f79284b), but then it was change to check only for TieredStopAtLevel. But the former is not necessarily less or equal to CompLevel_highest_tier, which in client VM leads to a failure when asking the question about higher levels.
>
> Webrev: http://cr.openjdk.java.net/~iveresov/8163313/webrev.00/
>
> igor
>


More information about the hotspot-compiler-dev mailing list