RFR: vthreads don't support the reserved stack zone

Coleen Phillimore coleenp at openjdk.java.net
Thu Mar 24 17:43:56 UTC 2022


On Thu, 24 Mar 2022 08:37:07 GMT, Dean Long <dlong at openjdk.org> wrote:

> vthreads don't support the reserved stack zone

I hate to be picky but I don't like that this had to move in_stack_reserved_zone.  We wanted to move all the stack overflow functions out of thread.
Can you pass thread to the overflow_state->in_stack_reserved_zone(thread, addr) instead?

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

PR: https://git.openjdk.java.net/loom/pull/120


More information about the loom-dev mailing list