dragonwell-project / dragonwell11

Alibaba Dragonwell11 JDK
https://www.aliyun.com/product/dragonwell
GNU General Public License v2.0
557 stars 112 forks source link

[Bug] GarbageCollectionNotificationContentTest.java failure #790

Closed linade closed 7 months ago

linade commented 7 months ago

Description Test failed with message "Used size at Eden Space should be decreased"

Reason: MXBean "G1 Concurrent GC" doesn't monitor Eden Space. Checking Eden Space before and after a "G1 Concurrent GC" is wrong. Should change to "Old Gen".