Skip to content
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

[Bug] Fix Infinite loop in JVM_GetAllThreads #217

Closed
joeyleeeeeee97 opened this issue Mar 23, 2021 · 0 comments
Closed

[Bug] Fix Infinite loop in JVM_GetAllThreads #217

joeyleeeeeee97 opened this issue Mar 23, 2021 · 0 comments

Comments

@joeyleeeeeee97
Copy link
Contributor

Description
Chances are once coroutine stealing happened in non safepoint time will lead to infinite loop.
Steps to Reproduce
Call get stack with frame length zero
Expected behavior
pass
JDK version
8.282.8.6.5.01

Execution environment

  • OS and version:
  • CPU model:
  • Number of CPU cores:
  • Size of physical memory:
  • Inside Linux container?
    • Linux container name (docker, pouch, etc):
    • Linux container version:
joeyleeeeeee97 pushed a commit to joeyleeeeeee97/dragonwell8_hotspot that referenced this issue Mar 23, 2021
Summary: Chances are once coroutine stealing
happened in non safepoint time will lead to infinite loop.

Test Plan: jtreg test/runtime/coroutine

Reviewed-by: yuleil, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#217
joeyleeeeeee97 pushed a commit to joeyleeeeeee97/dragonwell8_hotspot that referenced this issue Mar 23, 2021
Summary: Chances are once coroutine stealing
happened in non safepoint time will lead to infinite loop.

Test Plan: jtreg test/runtime/coroutine

Reviewed-by: yuleil, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#217
joeyleeeeeee97 pushed a commit to joeyleeeeeee97/dragonwell8_hotspot that referenced this issue Mar 23, 2021
Summary: Chances are once coroutine stealing
happened in non safepoint time will lead to infinite loop.

Test Plan: jtreg test/runtime/coroutine

Reviewed-by: yuleil, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#217
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant