comparison src/share/vm/classfile/javaClasses.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 f258c5828eb8
children 6bd680e9ea35 7ee0d5c53c78
comparison
equal deleted inserted replaced
10262:c272092594bd 10265:92ef81e2f571