On Mon, 18 May 2026 16:23:05 GMT, Michael Strauß <[email protected]> wrote:

> race condition.

not the race condition, re-entrance - when `getPeerInstance()` is called from 
within another call to `getPeerInstance()`.

For example, `createPeer()` is abstract, so a subclass can implement 
`createPeer()` which in turn calls `getPeerInstance()` for some reason.

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

PR Comment: https://git.openjdk.org/jfx/pull/2091#issuecomment-4479687971

Reply via email to