[14] RFR(S) 8236050: Some compiler tests fail when executed with custom TieredLevel

Claes Redestad claes.redestad at oracle.com
Fri Jan 3 10:53:25 UTC 2020


Hi,

logic in limit_level is a bit hard to follow. In case TieredStopAtLevel
is 4, level is 2 or 3 and compilation mode is high-only or high-only-
quick-internal it seems it'll return level, which is an invalid level
for the compilation mode..?

/Claes

On 2020-01-02 16:00, Igor Veresov wrote:
> Webrev: http://cr.openjdk.java.net/~iveresov/8236050/webrev.00 <http://cr.openjdk.java.net/~iveresov/8236050/webrev.00>
> 
> This change makes the TieredStopAtLevel processing aware of various compilation modes.
> 
> Thanks!
> igor
> 
> 
> 


More information about the hotspot-compiler-dev mailing list