• M
    8003557: NPG: Klass* const k should be const Klass* k. · e6740697
    minqi 提交于
    Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
    Reviewed-by: coleenp, kvn
    Contributed-by: yumin.qi@oracle.com
    e6740697
instanceKlass.cpp 133.3 KB