RFR: 8269087: CheckSegmentedCodeCache test fails in an emulated-client VM [v2]
Igor Veresov
iveresov at openjdk.java.net
Wed Jun 23 18:20:30 UTC 2021
On Tue, 22 Jun 2021 08:16:54 GMT, Christoph Göttschkes <cgo at openjdk.org> wrote:
>> 8269087: CheckSegmentedCodeCache test fails in an emulated-client VM
>
> Christoph Göttschkes has updated the pull request incrementally with one additional commit since the last revision:
>
> Use the Platform class from testlib to check if tiered is supported or not.
I ran this through internal testing. All clean.
test/hotspot/jtreg/compiler/codecache/CheckSegmentedCodeCache.java line 61:
> 59: } catch (RuntimeException e) {
> 60: // Check if TieredCompilation is disabled (in a client VM)
> 61: if (Platform.isTieredSupported()) {
That's probably not a complete set of conditions of when the segmented code cache is disabled. But if it solves the current issue, I think that's fine.
-------------
Marked as reviewed by iveresov (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4540
More information about the hotspot-compiler-dev
mailing list