• Y
    6782457: CMS: Livelock in CompactibleFreeListSpace::block_size() · d5a88d45
    ysr 提交于
    6736295: SIGSEGV in product jvm, assertion "these are the only valid states during a mark sweep" in fastdebug
    Summary: Restructured the code in the perm gen allocation retry loop so as to avoid "safepoint-blocking" on locks, in this case the Heap_lock, while holding uninitialized allocated heap storage.
    Reviewed-by: apetrusenko, iveresov, jcoomes, jmasa, poonam
    d5a88d45
permGen.cpp 4.7 KB