diff options
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 5489c0af6d..9d175cdba5 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -3440,6 +3440,7 @@ ObjPtr<mirror::Class> ClassLinker::DefineClass(Thread* self, return sdc.Finish(nullptr); } + ScopedTrace trace(descriptor); if (klass == nullptr) { // Allocate a class with the status of not ready. // Interface object should get the right size here. Regular class will |