Integrated: 8261247: some compiler/whitebox/ tests fail w/ DeoptimizeALot

Igor Ignatyev iignatyev at openjdk.java.net
Sat Mar 6 21:11:08 UTC 2021


On Fri, 5 Mar 2021 17:47:10 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you please review this small test-only patch that adds `@requries vm.opt.DeoptimizeALot != true` to `compiler/whitebox/` tests that check if a method gets compiled? such checks can fail intermittently when are `DeoptimizeALot` is used (as the method can get deoptimized before we checked if it was compiled).
> 
> testing: 
> * [x] `compiler/whitebox/` on `macosx-x64-fastdebug` w/o any flags (17 tests)
> * [x] `compiler/whitebox/` on `macosx-x64-fastdebug` w/ -XX:+DeoptimizeALot (6 tests)
> 
> Thanks,
> -- Igor

This pull request has now been integrated.

Changeset: 3844ce40
Author:    Igor Ignatyev <iignatyev at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3844ce40
Stats:     45 lines in 11 files changed: 33 ins; 3 del; 9 mod

8261247: some compiler/whitebox/ tests fail w/ DeoptimizeALot

Reviewed-by: kvn

-------------

PR: https://git.openjdk.java.net/jdk/pull/2849


More information about the hotspot-compiler-dev mailing list