hg: jdk10/hs/hotspot: 8180599: Possibly miss to iterate monitors on thread exit

david.holmes at oracle.com david.holmes at oracle.com
Mon May 22 04:31:34 UTC 2017


Changeset: e006ef516938
Author:    rkennke
Date:      2017-05-19 12:14 +0200
URL:       http://hg.openjdk.java.net/jdk10/hs/hotspot/rev/e006ef516938

8180599: Possibly miss to iterate monitors on thread exit
Summary: Move thread-local monitors to global lists before thread is removed from global threads list, to ensure all monitors get scanned
Reviewed-by: dholmes, rehn

! src/share/vm/runtime/synchronizer.cpp
! src/share/vm/runtime/thread.cpp



More information about the jdk10-all-changes mailing list