summaryrefslogtreecommitdiff
path: root/cmdline/cmdline.h
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-01-24 18:02:00 -0800
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-01-24 18:02:00 -0800
commitb0e55cccb49d459cbf63d8add1b60aa18fba52a2 (patch)
treef2db9d456ce877a4cf9a2ffdfc3844ff29e8846c /cmdline/cmdline.h
parent35f3a8a1c34cb233fee43885cf4626dfb45f6bbe (diff)
parentf3c480ffeb31af6c99858b5608ed610018062dae (diff)
Snap for 12969164 from f3c480ffeb31af6c99858b5608ed610018062dae to 25Q2-release
Change-Id: I2c4aabe02793d21090d9f1c9e3a04f3dd1933364
Diffstat (limited to 'cmdline/cmdline.h')
-rw-r--r--cmdline/cmdline.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmdline/cmdline.h b/cmdline/cmdline.h
index 20f5dbed7f..39fcaebd63 100644
--- a/cmdline/cmdline.h
+++ b/cmdline/cmdline.h
@@ -33,11 +33,9 @@
#include "base/logging.h"
#include "base/mutex.h"
#include "base/utils.h"
-#include "jni/jni_env_ext.h"
#include "noop_compiler_callbacks.h"
#include "oat/oat_file_assistant_context.h"
#include "runtime.h"
-#include "well_known_classes.h"
#if !defined(NDEBUG)
#define DBG_LOG LOG(INFO)
@@ -87,9 +85,6 @@ static Runtime* StartRuntime(const std::vector<std::string>& boot_image_location
return nullptr;
}
- // Need well-known-classes.
- WellKnownClasses::Init(Thread::Current()->GetJniEnv());
-
// Runtime::Create acquired the mutator_lock_ that is normally given away when we Runtime::Start,
// give it away now and then switch to a more manageable ScopedObjectAccess.
Thread::Current()->TransitionFromRunnableToSuspended(ThreadState::kNative);