-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Wisp] Support preempt in interpreter #204
Milestone
Comments
joeyleeeeeee97
pushed a commit
to joeyleeeeeee97/dragonwell8_hotspot
that referenced
this issue
Feb 7, 2021
Summary: Preempt check could be left out when thread fall into interpreter or unhandled thread_state, this patch added check in interpreter and cleared preempted flag when needed. Test Plan: com/alibaba/wisp/thread/PreemptTest.java Reviewed-by: leiyu, zhengxiaolinX Issue: dragonwell-project/dragonwell8#204
joeyleeeeeee97
pushed a commit
to joeyleeeeeee97/dragonwell8_hotspot
that referenced
this issue
Feb 7, 2021
Summary: Preempt check could be left out when thread fall into interpreter or unhandled thread_state, this patch added check in interpreter and cleared preempted flag when needed. Test Plan: com/alibaba/wisp/thread/PreemptTest.java Reviewed-by: leiyu, zhengxiaolinX Issue: dragonwell-project/dragonwell8#204
joeyleeeeeee97
pushed a commit
to joeyleeeeeee97/dragonwell8_hotspot
that referenced
this issue
Feb 7, 2021
Summary: Preempt check could be left out when thread fall into interpreter or unhandled thread_state, this patch added check in interpreter and cleared preempted flag when needed. Test Plan: com/alibaba/wisp/thread/PreemptTest.java Reviewed-by: leiyu, zhengxiaolinX Issue: dragonwell-project/dragonwell8#204
joeyleeeeeee97
pushed a commit
to joeyleeeeeee97/dragonwell8_hotspot
that referenced
this issue
Feb 7, 2021
Summary: Preempt check could be left out when thread fall into interpreter or unhandled thread_state, this patch added check in interpreter and cleared preempted flag when needed. Test Plan: com/alibaba/wisp/thread/PreemptTest.java Reviewed-by: leiyu, zhengxiaolinX Issue: dragonwell-project/dragonwell8#204
joeyleeeeeee97
pushed a commit
to dragonwell-project/dragonwell8_hotspot
that referenced
this issue
Feb 7, 2021
Summary: Preempt check could be left out when thread fall into interpreter or unhandled thread_state, this patch added check in interpreter and cleared preempted flag when needed. Test Plan: com/alibaba/wisp/thread/PreemptTest.java Reviewed-by: leiyu, zhengxiaolinX Issue: dragonwell-project/dragonwell8#204
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Wisp fail to preempt the interpreter.
Steps to Reproduce
preempt test
Expected behavior
JDK version
282-b1
Execution environment
The text was updated successfully, but these errors were encountered: