• M
    2178143: JVM crashes if the number of bound CPUs changed during runtime · a331be27
    minqi 提交于
    Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away.
    Reviewed-by: dholmes, acorn, dcubed, jmasa
    Contributed-by: yumin.qi@oracle.com
    a331be27
globals.hpp 264.5 KB