[jdk19] Integrated: 8289183: jdk.jfr.consumer.RecordedThread.getId references Thread::getId, should be Thread::threadId

Erik Gahlin egahlin at openjdk.org
Sun Jul 3 19:32:40 UTC 2022


On Wed, 29 Jun 2022 20:57:30 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: dc4edd3f
Author:    Erik Gahlin <egahlin at openjdk.org>
URL:       https://git.openjdk.org/jdk19/commit/dc4edd3fe83038b03cad6b3652d12aff987f3987
Stats:     7 lines in 1 file changed: 5 ins; 0 del; 2 mod

8289183: jdk.jfr.consumer.RecordedThread.getId references Thread::getId, should be Thread::threadId

Reviewed-by: alanb

-------------

PR: https://git.openjdk.org/jdk19/pull/93


More information about the hotspot-jfr-dev mailing list