Hi Coleen,

Thanks for looking at this.

On 4/03/2021 2:22 am, Coleen Phillimore wrote:

src/hotspot/share/runtime/objectMonitor.cpp line 1676:

1674: // we might just dequeue a thread from the WaitSet and directly unpark() 
it.
1675:
1676: void ObjectMonitor::INotify(JavaThread * current) {

nit: space between JavaThread and star.

Fixed - and a couple of other cases too.

David

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

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

Reply via email to