Skip to content

8348862: runtime/ErrorHandling/CreateCoredumpOnCrash fails on Windows aarch64#628

Open
raneashay wants to merge 3 commits into
openjdk:masterfrom
openjdk-bots:backport-raneashay-f4209dff-master
Open

8348862: runtime/ErrorHandling/CreateCoredumpOnCrash fails on Windows aarch64#628
raneashay wants to merge 3 commits into
openjdk:masterfrom
openjdk-bots:backport-raneashay-f4209dff-master

Conversation

@raneashay

@raneashay raneashay commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

The following tests fail without this patch:

  • serviceability/sa/ClhsdbPstack.java
  • serviceability/sa/ClhsdbPmap.java
  • serviceability/sa/ClhsdbCDSCore.java
  • serviceability/sa/ClhsdbFindPC.java#xcomp-core


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • JDK-8348862 needs maintainer approval
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8348862: runtime/ErrorHandling/CreateCoredumpOnCrash fails on Windows aarch64 (Bug - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 628

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

Using diff file

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

Using Webrev

Link to Webrev Comment

@bridgekeeper

bridgekeeper Bot commented Jun 23, 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 23, 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 f4209dff3ba14ccbdc0846d9bfcc62688361b6d5 8348862: runtime/ErrorHandling/CreateCoredumpOnCrash fails on Windows aarch64 Jun 23, 2026
@openjdk

openjdk Bot commented Jun 23, 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 23, 2026
@openjdk

openjdk Bot commented Jun 23, 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 23, 2026
@mlbridge

mlbridge Bot commented Jun 23, 2026

Copy link
Copy Markdown

Webrevs

@raneashay raneashay marked this pull request as draft June 24, 2026 15:05
@openjdk openjdk Bot removed the rfr Pull request is ready for review label Jun 24, 2026
Newer versions of armasm64 seem to be more lenient so that might be why we don't see this error when building this same code in JDK tip.
@raneashay raneashay marked this pull request as ready for review June 24, 2026 15:56
@openjdk openjdk Bot added rfr Pull request is ready for review and removed clean Identical backport; no merge resolution required labels Jun 24, 2026
This is to prevent parsing errors on older versions of the armasm64
assembler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Port of a pull request already in a different code base rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

1 participant