jdk icon indicating copy to clipboard operation
jdk copied to clipboard

8292189: M-Let should be disabled by default

Open kevinjwalls opened this issue 3 years ago • 2 comments

Add a requirement for the property "com.sun.jmx.enableMLetRegistration" to be set to "true" in order to register an M-Let.

Will create a CSR separately.


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] Change requires a CSR request to be approved

Issues

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/9852/head:pull/9852
$ git checkout pull/9852

Update a local copy of the PR:
$ git checkout pull/9852
$ git pull https://git.openjdk.org/jdk pull/9852/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 9852

View PR using the GUI difftool:
$ git pr show -t 9852

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/9852.diff

kevinjwalls avatar Aug 12 '22 11:08 kevinjwalls

:wave: Welcome back kevinw! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Aug 12 '22 11:08 bridgekeeper[bot]

@kevinjwalls The following labels will be automatically applied to this pull request:

  • jmx
  • serviceability

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.

openjdk[bot] avatar Aug 12 '22 11:08 openjdk[bot]