comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp @ 10265:92ef81e2f571

8003557: NPG: Klass* const k should be const Klass* k. 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
author minqi
date Fri, 10 May 2013 08:27:30 -0700
parents 2e093b564241
children b9a918201d47 d55c004e1d4d
comparison
equal deleted inserted replaced
10262:c272092594bd 10265:92ef81e2f571