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

8347842: ThreadPoolExecutor specification discusses RuntimePermission #23156

Closed
wants to merge 1 commit into from

Conversation

viktorklang-ora
Copy link
Contributor

@viktorklang-ora viktorklang-ora commented Jan 16, 2025

Removes ThreadPoolExecutor javadoc which mentions RuntimePermission.


Progress

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

Issues

  • JDK-8347842: ThreadPoolExecutor specification discusses RuntimePermission (Bug - P4)
  • JDK-8347926: ThreadPoolExecutor specification discusses RuntimePermission (CSR)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 23156

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

Using diff file

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

Using Webrev

Link to Webrev Comment

Sorry, something went wrong.

@bridgekeeper
Copy link

bridgekeeper bot commented Jan 16, 2025

👋 Welcome back vklang! 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.

@openjdk
Copy link

openjdk bot commented Jan 16, 2025

@viktorklang-ora This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8347842: ThreadPoolExecutor specification discusses RuntimePermission

Reviewed-by: alanb, jpai

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 334 new commits pushed to the master branch:

  • b499c82: 8349383: (fs) FileTreeWalker.next() superfluous null check of visit() return value
  • 379c3f9: 8347836: Disabled PopupMenu shows shortcuts on Mac
  • 82bc0a7: 8344316: security/auth/callback/TextCallbackHandler/Password.java make runnable with JTReg and add the UI
  • 2f2f7cf: 8349084: Update vectors used in several PQC benchmarks
  • b9b62a0: 8346792: serviceability/jvmti/vthread/GetThreadState/GetThreadState.java testObjectWaitMillis failed
  • 6b994cd: 8333697: C2: Hit MemLimit in PhaseCFG::global_code_motion
  • 2ff8440: 8349344: Clarify documentation of Arena.ofConfined
  • 19399d2: 8348572: C2 compilation asserts due to unexpected irreducible loop
  • 6146588: 8348190: Framework for tracing makefile inclusion and parsing
  • 66a3898: 8348659: AArch64: IR rule failure with compiler/loopopts/superword/TestSplitPacks.java
  • ... and 324 more: https://git.openjdk.org/jdk/compare/450636ae28b84ded083b6861c6cba85fbf87e16e...master

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the rfr Pull request is ready for review label Jan 16, 2025
@openjdk
Copy link

openjdk bot commented Jan 16, 2025

@viktorklang-ora The following label will be automatically applied to this pull request:

  • core-libs

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the core-libs core-libs-dev@openjdk.org label Jan 16, 2025
@mlbridge
Copy link

mlbridge bot commented Jan 16, 2025

Webrevs

@AlanBateman
Copy link
Contributor

/csr

@openjdk openjdk bot added the csr Pull request needs approved CSR before integration label Jan 16, 2025
@openjdk
Copy link

openjdk bot commented Jan 16, 2025

@AlanBateman has indicated that a compatibility and specification (CSR) request is needed for this pull request.

@viktorklang-ora please create a CSR request for issue JDK-8347842 with the correct fix version. This pull request cannot be integrated until the CSR request is approved.

Copy link
Member

@jaikiran jaikiran left a comment

Choose a reason for hiding this comment

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

Hello Viktor, this change looks fine to me. On a related note, the ForkJoinPool class has this unused field:

static volatile RuntimePermission modifyThreadPermission;

which I suspect can be removed too.

@openjdk openjdk bot added ready Pull request is ready to be integrated and removed csr Pull request needs approved CSR before integration labels Feb 5, 2025
@viktorklang-ora
Copy link
Contributor Author

/integrate

@openjdk
Copy link

openjdk bot commented Feb 6, 2025

Going to push as commit 5ec1aae.
Since your change was applied there have been 350 commits pushed to the master branch:

  • 3fbae32: 8349465: [UBSAN] test_os_reserve_between.cpp reported applying non-zero offset to null pointer
  • e0487c7: 8346777: Add missing const declarations and rename variables
  • 2b82e2d: 8347958: Minor compiler cleanups relating to MandatoryWarningHandler
  • 2093bb7: 8346434: Add test for non-automatic service binding
  • dd8720e: 8348520: [s390x] Problemlist TestVectorReinterpret.java
  • 4618993: 8349537: Bad copyright in TestArrayStructs.java
  • acb46dd: 8345155: Add /native to native test in FFM
  • d85f651: 8349428: RISC-V: "bad alignment" with -XX:-AvoidUnalignedAccesses after JDK-8347489
  • 7e30791: 8349102: Test compiler/arguments/TestCodeEntryAlignment.java failed: assert(allocates2(pc)) failed: not in CodeBuffer memory
  • 3eb57f6: 8349140: Size optimization (opt-size) build fails after recent PCH changes
  • ... and 340 more: https://git.openjdk.org/jdk/compare/450636ae28b84ded083b6861c6cba85fbf87e16e...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Feb 6, 2025
@openjdk openjdk bot closed this Feb 6, 2025
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Feb 6, 2025
@openjdk
Copy link

openjdk bot commented Feb 6, 2025

@viktorklang-ora Pushed as commit 5ec1aae.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-libs core-libs-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

None yet

3 participants