During x86_32 porting, I ended up rewriting the copy of x86_64 gen_continuation_enter significantly to make it more streamlined. The original x86_64 gen_continuation_enter should enjoy the similar streamlining, since it would likely to be the template for many other architectures.
Draft PR:
https://github.com/openjdk/jdk/pull/8802
Draft PR:
https://github.com/openjdk/jdk/pull/8802
- relates to
-
JDK-8284161 Implementation of Virtual Threads (Preview)
- Resolved