summaryrefslogtreecommitdiff
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 1eae7ae004..33e81bdde9 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -432,10 +432,6 @@ Runtime::~Runtime() {
thread_list_->ShutDown();
}
- // We can only unload boot classpath native libraries once all threads are terminated
- // or suspended.
- java_vm_->UnloadBootNativeLibraries();
-
// TODO Maybe do some locking.
for (auto& agent : agents_) {
agent->Unload();