RFR: 8269087: CheckSegmentedCodeCache test fails in an emulated-client VM

Christoph Göttschkes cgo at openjdk.java.net
Tue Jun 22 08:16:54 UTC 2021


On Mon, 21 Jun 2021 14:31:39 GMT, Christoph Göttschkes <cgo at openjdk.org> wrote:

> 8269087: CheckSegmentedCodeCache test fails in an emulated-client VM

I changed the test to use the `Platform` class to check if tiered compilation is supported or not. The test case should now behave the same as it has before, but the check is more robust and works in an emulated-client as well.

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

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


More information about the hotspot-compiler-dev mailing list