[9] RFR(M): 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times

Christian Thalinger christian.thalinger at oracle.com
Thu Jan 9 11:08:03 PST 2014


On Jan 9, 2014, at 7:58 AM, Roland Westrelin <roland.westrelin at oracle.com> wrote:

>> yes, VerifyDependencies is only true in debug builds. This patch should make debug builds execute
>> faster.
> 
> Does that affect execution in a significant way?

Yes, it does.  The main problem are tests that take unusually long and it’s not immediately clear why (see: https://bugs.openjdk.java.net/browse/JDK-7194662).

> 
> Roland.



More information about the hotspot-compiler-dev mailing list