mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8079216: Remove undefined method oopDesc::is_null(Klass *)
Reviewed-by: kbarrett, coleenp, stefank
This commit is contained in:
parent
ab4ba3b40f
commit
48b40a2611
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ class oopDesc {
|
|||
|
||||
static bool is_null(oop obj);
|
||||
static bool is_null(narrowOop obj);
|
||||
static bool is_null(Klass* obj);
|
||||
|
||||
// Decode an oop pointer from a narrowOop if compressed.
|
||||
// These are overloaded for oop and narrowOop as are the other functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue