Integrated: 8269652: Factor out the common code for creating system j.l.Thread objects

David Holmes dholmes at openjdk.java.net
Sun Jul 4 22:01:56 UTC 2021


On Fri, 2 Jul 2021 07:03:50 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Please review this simple refactoring to share the common code used to create j.l.Thread instances for the internal VM JavaThreads. (Also fix a missing space from my previous change in thread.cpp.)
> 
> It is all very straight-forward.
> 
> Compiler folk I can go one step further and remove CompileBroker::create_thread_oop if desired.
> 
> Testing: tiers 1-3, GHA
> 
> Thanks,
> David

This pull request has now been integrated.

Changeset: 390d1025
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/390d1025ca620666d500443e056a1f383b12d0a9
Stats:     140 lines in 8 files changed: 43 ins; 87 del; 10 mod

8269652: Factor out the common code for creating system j.l.Thread objects

Reviewed-by: coleenp, dcubed, kvn, xliu

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

PR: https://git.openjdk.java.net/jdk/pull/4663


More information about the hotspot-compiler-dev mailing list