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

[Wisp] support Async IO in non-wisp flow #83

Closed

Conversation

joeyleeeeeee97
Copy link
Contributor

Summary:
Use -XX:+UseAsyncIO to enable ThreadPool based asynchronous IO

Test Plan:

Reviewed-by: leiyu, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#213

@CLAassistant
Copy link

CLAassistant commented Mar 17, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@zhengxiaolinX zhengxiaolinX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@@ -131,6 +131,10 @@
diagnostic(bool, VerboseWisp, false, \
"Print verbose Wisp information") \
\
product(bool, UseAsyncIO, false, \
"Enable Thread-based asynchronous IO") \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the T might be a lowercase.

Summary:
Use -XX:+UseAsyncIO to enable ThreadPool based asynchronous IO

Test Plan:

Reviewed-by: leiyu, zhengxiaolinX

Issue:  dragonwell-project/dragonwell8#213
@joeyleeeeeee97
Copy link
Contributor Author

Not necessary now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants