RFR: 8264632: compiler/codecache/jmx/PoolsIndependenceTest.java fails to Notification not being received

Evgeny Nikitin enikitin at openjdk.java.net
Mon Apr 26 14:17:25 UTC 2021


On Wed, 21 Apr 2021 15:37:56 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi Evgeny,
> 
> I'm sorry but I don't understand your root-cause analysis (and hence can't review the patch), could you please elaborate on what you mean by some other tests? as far as I can see all test actions in `PoolsIndependenceTest` are run as `@run main/othervm`, so they are executed in a fresh JVM, in other words, there were no tests which got exected before `compiler.codecache.jmx.PoolsIndependenceTest ` and no other tests are run concurrently to it.
> 
> Cheers,
> -- Igor

Hi Igor,

Yep, you're right. I came to that idea during simulated repetitive runs in attempt to trigger the problem, but the idea of mutual interference is completely wrong. I'm closing the PR.

// Evgeny.

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

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


More information about the hotspot-compiler-dev mailing list