RFR: 8262910: Cleanup THREAD/TRAPS/naming and typing issues in ObjectMonitor and related code

David Holmes david.holmes at oracle.com
Wed Mar 3 22:52:17 UTC 2021


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
> 


More information about the hotspot-runtime-dev mailing list