mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
8179550: Unify trace logging for InstanceRefKlass
Reviewed-by: kbarrett, tschatzl
This commit is contained in:
parent
50ded710fd
commit
72a8ea429e
2 changed files with 10 additions and 11 deletions
|
@ -134,7 +134,7 @@ private:
|
|||
static void oop_oop_iterate_fields(oop obj, OopClosureType* closure, Contains& contains);
|
||||
|
||||
template <typename T>
|
||||
static void trace_reference_gc(const char *s, oop obj, T* referent_addr, T* next_addr, T* discovered_addr) NOT_DEBUG_RETURN;
|
||||
static void trace_reference_gc(const char *s, oop obj) NOT_DEBUG_RETURN;
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue