jdk17u-dev
jdk17u-dev copied to clipboard
8283728: jdk.hotspot.agent: Wrong location for RISCV64ThreadContext.java
Backport of 8283728: jdk.hotspot.agent: Wrong location for RISCV64ThreadContext.java
The wrong location is 17 is not "risv64" as it was in JDK 19 but here it is "riscv" which should be "riscv64" to make jdk.hotspot.agent compile correctly.
Progress
- [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
- [ ] JDK-8283728 needs maintainer approval
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
Issue
- JDK-8283728: jdk.hotspot.agent: Wrong location for RISCV64ThreadContext.java (Bug - P4 - Requested)
Reviewers
- Matthias Baesken (@MBaesken - Reviewer)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2766/head:pull/2766
$ git checkout pull/2766
Update a local copy of the PR:
$ git checkout pull/2766
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2766/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2766
View PR using the GUI difftool:
$ git pr show -t 2766
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2766.diff