diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index df0dca0237..7032565dab 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -555,7 +555,7 @@ static jobject CreateSystemClassLoader(Runtime* runtime) { // We can't run in a transaction yet. contextClassLoader->SetObject<false>( soa.Self()->GetPeer(), - soa.Decode<mirror::ClassLoader>(system_class_loader.get()).Decode()); + soa.Decode<mirror::ClassLoader>(system_class_loader.get()).Ptr()); return env->NewGlobalRef(system_class_loader.get()); } |