RFR: 8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders [v2]

David Holmes dholmes at openjdk.org
Wed Mar 15 02:02:39 UTC 2023


On Tue, 14 Mar 2023 13:58:39 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> src/hotspot/share/runtime/objectMonitor.cpp line 1375:
>> 
>>> 1373: // reenter() enters a lock and sets recursion count
>>> 1374: // complete_exit/reenter operate as a wait without waiting
>>> 1375: bool ObjectMonitor::reenter(intx recursions, JavaThread* current) {
>> 
>> AFAICS `complete_exit` is also unused now
>
> It is still used here: // Monitor cleanup on JavaThread::exit

Doh! Thanks missed ReleaseJavaMonitorsClosure :(

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

PR: https://git.openjdk.org/jdk/pull/12974


More information about the hotspot-runtime-dev mailing list