8160399: is_oop_or_null involves undefined behavior
8164984: Improper use of is_oop in production code
Summary: replace oop->is_oop*() with oopDesc::is_oop*(oop) so this pointer can be verified
Reviewed-by: iklam, kvn, dholmes
Welcome to OpenJDK!
===================
For information about building OpenJDK, including how to fully retrieve all
source code, please see either of these:
* common/doc/building.html (html version)
* common/doc/building.md (markdown version)
See http://openjdk.java.net/ for more information about OpenJDK.