RFR: 8229517: Support for optional asynchronous/buffered logging [v14]

Thomas Stuefe stuefe at openjdk.java.net
Fri May 14 04:22:40 UTC 2021


On Thu, 13 May 2021 07:39:21 GMT, Xin Liu <xliu at openjdk.org> wrote:

> enqueue_impl() is private. it's not accessible from outside.
> only public member functions can be seen by clients.

What I meant is, can logging - hence enqueing - be done from the async thread itself? Can it happen that the logger thread itself logs, would that be a problem, and if yes, should we guard against it?

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

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


More information about the hotspot-dev mailing list