RFR: 8269087: CheckSegmentedCodeCache test fails in an emulated-client VM
Christoph Göttschkes
cgo at openjdk.java.net
Tue Jun 22 06:54:28 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
After thinking a bit more about this, I guess it is irrelevant if the VM does still print the warning or not. It might if neither C1, nor C2 is compiled into it, so maybe in a zero VM?
But if I understand the test correctly, the reason for checking for this error message is, that certain checks should only be done if C2 is present, so I guess the newly added check should be enough to catch all cases.
But maybe I am misunderstanding the test, because if that is the case, then why isn't the test simply tagged as requires c2?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4540
More information about the hotspot-compiler-dev
mailing list