RFR: Remove cleaning of ResolvedMethodTable from Safepoint cleaning tasks

Zhengyu Gu zgu at redhat.com
Thu Aug 23 14:47:07 UTC 2018


Upstream JDK-8206423 (which already arrived to Shenandoah jdk) moved 
cleaning of ResolvedMethodTable to concurrent phase with lock.

We need to remove corresponding cleaning task from Safepoint cleaning 
tasks, or risk of deadlock.

Webrev: http://cr.openjdk.java.net/~zgu/shenandoah/cleaning_rmt/webrev.00/


Test:

   tier3_gc_shenandoah (fastdebug + release)

Thanks,

-Zhengyu


More information about the shenandoah-dev mailing list