[14] RFR(S): 6394013: C2: Remove VerifyOpto

Vladimir Kozlov vladimir.kozlov at oracle.com
Mon Jul 29 16:39:54 UTC 2019


Hi Christian

I am not sure about removing code in loopopts.cpp. Yes, comment have to 
be adjusted but we need investigate more how removing this code can 
affect optimization.
The issue here is not false-positive report from VerifyOpto but that 
optimization could be undone.
We do run _igvn.optimize() at the end of each loop opts iteration.

Thanks,
Vladimir

On 7/29/19 6:18 AM, Christian Hagedorn wrote:
> Hi
> 
> Please review the following enhancement:
> https://bugs.openjdk.java.net/browse/JDK-6394013
> http://cr.openjdk.java.net/~thartmann/6394013/webrev.00/
> 
> This kills the VerifyOpto flag.
> 
> Thanks!
> 
> Best regards,
> Christian


More information about the hotspot-compiler-dev mailing list