-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8353485: Jcms should allow to specify streaming_output mode #24494
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
Conversation
👋 Welcome back amenkov! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
@alexmenkov The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
/label remove core-lib |
/label remove core-libs |
@alexmenkov
|
@alexmenkov |
Streaming output for attach client can be set by "jdk.attach.allowStreamingOutput" property, passing the value by using launcher VM args ("-J"). Closing the issue |
The fix adds
--streaming_output
jcmd option to manage attach command streaming output.Testing: tier1..tier4,hs-tier5-svc
Progress
Integration blocker
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/24494/head:pull/24494
$ git checkout pull/24494
Update a local copy of the PR:
$ git checkout pull/24494
$ git pull https://git.openjdk.org/jdk.git pull/24494/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24494
View PR using the GUI difftool:
$ git pr show -t 24494
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/24494.diff
Using Webrev
Link to Webrev Comment