[foreign-memaccess+abi] RFR: 8262118: Specialize upcalls
Jorn Vernee
jvernee at openjdk.java.net
Mon Feb 22 13:56:55 UTC 2021
On Mon, 22 Feb 2021 13:25:54 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> One wacky idea: I assume these properties are not read-only - what if, the tests had an additional parameter which dictated the specific setup for generating upcall/downcalls? That way, we can decide how many stuff should be included when generating the various test combinations (and maybe just keep the main mode for standard executions).
>
> Yes, for such big patches it seems useful, but if the linker internals are untouched not so much imo (and even for big patches you'd probably want to re-run a single configuration that is failing in isolation, rather than all of them). I can look a bit more at this and separate the full configuration out into a separate test group perhaps, e.g. we'd have like `run-test-jdk_foreign` and `run-test-jdk_foreign-full` (or with the default reversed).
Isn't the additional parameter pretty much what we do now?
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/457
More information about the panama-dev
mailing list