Skip to content

8383611: assert(count == os::processor_count() + 1) failed: invalid enumeration!#604

Open
raneashay wants to merge 1 commit into
openjdk:masterfrom
openjdk-bots:backport-raneashay-2e0c8caa-master
Open

8383611: assert(count == os::processor_count() + 1) failed: invalid enumeration!#604
raneashay wants to merge 1 commit into
openjdk:masterfrom
openjdk-bots:backport-raneashay-2e0c8caa-master

Conversation

@raneashay

@raneashay raneashay commented Jun 11, 2026

Copy link
Copy Markdown

Without this patch, several existing tests in JDK25u fail with a JVM crash. Patch applies cleanly; no modifications were needed.



Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8383611 needs maintainer approval

Issue

  • JDK-8383611: assert(count == os::processor_count() + 1) failed: invalid enumeration! (Bug - P4 - Requested)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u-dev.git pull/604/head:pull/604
$ git checkout pull/604

Update a local copy of the PR:
$ git checkout pull/604
$ git pull https://git.openjdk.org/jdk25u-dev.git pull/604/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 604

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk25u-dev/pull/604.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper

bridgekeeper Bot commented Jun 11, 2026

Copy link
Copy Markdown

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

openjdk Bot commented Jun 11, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot changed the title Backport 2e0c8caab1d57e33f8d20a0eb29adfbddec35a74 8383611: assert(count == os::processor_count() + 1) failed: invalid enumeration! Jun 11, 2026
@openjdk

openjdk Bot commented Jun 11, 2026

Copy link
Copy Markdown

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk Bot added backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required labels Jun 11, 2026
@openjdk

openjdk Bot commented Jun 11, 2026

Copy link
Copy Markdown

⚠️ @raneashay This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

@openjdk openjdk Bot added the rfr Pull request is ready for review label Jun 11, 2026
@raneashay

Copy link
Copy Markdown
Author

/approval request Several tests like test/jdk/jdk/jfr/event/os/TestCPULoad.java and test/hotspot/jtreg/runtime/cds/appcds/TestWithProfiler.java fail with a JVM crash (assertion failure) without this patch on Windows systems where the number of processors exceeds 64.

@openjdk

openjdk Bot commented Jun 11, 2026

Copy link
Copy Markdown

@raneashay
8383611: The approval request has been created successfully.

@openjdk openjdk Bot added the approval Requires approval; will be removed when approval is received label Jun 11, 2026
@mlbridge

mlbridge Bot commented Jun 11, 2026

Copy link
Copy Markdown

Webrevs

@raneashay

Copy link
Copy Markdown
Author

The GitHub workflow error ("Cannot find GNU make 3.81 or newer!") is due to an unrelated problem that is visible for other PRs, including on JDK tip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval Requires approval; will be removed when approval is received backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

1 participant