mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-11 03:29:31 +00:00
8164984: Improper use of is_oop in production code Replace oop->is_oop*() with oopDesc::is_oop*(oop) so this pointer can be verified Reviewed-by: iklam, kvn, dholmes