mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8205923: ZGC: Verification applies load barrier before verification
Reviewed-by: pliden, eosterlund
This commit is contained in:
parent
45c5c6fda4
commit
03d213bcda
3 changed files with 19 additions and 5 deletions
|
@ -131,6 +131,10 @@ class InstanceRefKlass: public InstanceKlass {
|
|||
template <typename T, class OopClosureType, class Contains>
|
||||
static void oop_oop_iterate_fields(oop obj, OopClosureType* closure, Contains& contains);
|
||||
|
||||
// Apply the closure to all fields, except the referent field. No reference discovery is done.
|
||||
template <typename T, class OopClosureType, class Contains>
|
||||
static void oop_oop_iterate_fields_except_referent(oop obj, OopClosureType* closure, Contains& contains);
|
||||
|
||||
template <typename T>
|
||||
static void trace_reference_gc(const char *s, oop obj) NOT_DEBUG_RETURN;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue