RFR: 8288752: Split thread implementation files [v3]
Coleen Phillimore
coleenp at openjdk.org
Tue Jun 21 15:32:15 UTC 2022
> This changes splits thread.hpp/cpp into javaThread, and threads files.
>
> I left the commits intact to see better the progression of changes, but most files are include file changes. The only tricky parts are that some files were included in thread.hpp, like mutexLocker.cpp, which has to be included in the files that need it.
>
> I didn't update the copyrights to save diffs but will before integration.
> Also I won't integrate until after Dan's JDK 19 changes are merged into JDK 20.
>
> Tested with tier1-4 on Oracle supported platforms and built on other platforms.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Fix more GHA builds which are slightly different than what we do internally.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9218/files
- new: https://git.openjdk.org/jdk/pull/9218/files/ae864661..93cff18d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9218&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9218&range=01-02
Stats: 3 lines in 2 files changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/9218.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9218/head:pull/9218
PR: https://git.openjdk.org/jdk/pull/9218
More information about the serviceability-dev
mailing list