comparison src/os_cpu/linux_x86/vm/linux_x86_32.s @ 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 bb8e3b66bde6
children 2cb5d5f6d5e5
comparison
equal deleted inserted replaced
10262:c272092594bd 10265:92ef81e2f571