[jdk17u-dev] RFR: 8335775: Remove extraneous 's' in comment of rawmonitor.cpp test file
Andrew John Hughes
andrew at openjdk.org
Thu Jul 11 01:38:34 UTC 2024
A trivial backport to fix a typo (an errant 's') in test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor/rawmonitor.cpp introduced by [JDK-8299635](https://bugs.openjdk.org/browse/JDK-8299635). This is a clean backport from 21u. The original from 24 did not apply cleanly to 21u as it doesn't have [JDK-8324681](https://bugs.openjdk.org/browse/JDK-8324681) which bumped the copyright header to 2024 (which probably should have been bumped to 2023 in 8299635!)
This was spotted by George Adams (@gdams) when backporting 8299635 to 17u, where it is now needed to support builds on newer versions of Mac OS. It's a trivial fix it makes sense to clean up everywhere.
The original commit being backported was authored by Severin Gehwolf on 5 Jul 2024 and was reviewed by George Adams and Thomas Stuefe. It has been backported to 21u & 23.
-------------
Commit messages:
- Backport c8db6fe9536148aee152710bad72cd025393e477
Changes: https://git.openjdk.org/jdk17u-dev/pull/2702/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2702&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8335775
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/2702.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2702/head:pull/2702
PR: https://git.openjdk.org/jdk17u-dev/pull/2702
More information about the jdk-updates-dev
mailing list