[jdk19] RFR: 8289183: jdk.jfr.consumer.RecordedThread.getId references Thread::getId, should be Thread::threadId
Erik Gahlin
egahlin at openjdk.org
Wed Jun 29 21:41:10 UTC 2022
Could I have a review of PR that changes documentation from the now deprecated method Thread.getId() to the new Thread.threadId().
I also fixed a typo, where it said "The Java thread". Should be "the OS thread".
Testing: 'make docs' and inspect the result
Thanks
Erik
-------------
Commit messages:
- Change from 'The' to 'the'
- Initial
Changes: https://git.openjdk.org/jdk19/pull/93/files
Webrev: https://webrevs.openjdk.org/?repo=jdk19&pr=93&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8289183
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk19/pull/93.diff
Fetch: git fetch https://git.openjdk.org/jdk19 pull/93/head:pull/93
PR: https://git.openjdk.org/jdk19/pull/93
More information about the hotspot-jfr-dev
mailing list