mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8301988: VerifyLiveClosure::verify_liveness asserts on bad pointers outside heap
Reviewed-by: dholmes, ayang
This commit is contained in:
parent
48155662af
commit
0aeebee284
6 changed files with 52 additions and 43 deletions
|
@ -85,6 +85,8 @@ class oopDesc {
|
|||
inline Klass* klass() const;
|
||||
inline Klass* klass_or_null() const;
|
||||
inline Klass* klass_or_null_acquire() const;
|
||||
// Get the raw value without any checks.
|
||||
inline Klass* klass_raw() const;
|
||||
|
||||
void set_narrow_klass(narrowKlass nk) NOT_CDS_JAVA_HEAP_RETURN;
|
||||
inline void set_klass(Klass* k);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue