RFR: 8314091: Set native thread name for Java main thread
David Holmes
dholmes at openjdk.org
Thu Aug 10 21:35:28 UTC 2023
On Thu, 10 Aug 2023 21:08:17 GMT, David Holmes <dholmes at openjdk.org> wrote:
> this kind of change then it would have to happen in the launcher
Or perhaps if we detect that the launcher type is SUN_STANDARD then we can do it in the VM. That said this will add to startup cost and even if it is very small it is not obvious that such a change should be imposed on all users.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15224#issuecomment-1673934593
More information about the hotspot-runtime-dev
mailing list