commit | bbd76717c14822b68ae6d122d88610b46286272f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 17 10:25:24 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 17 10:28:30 2011 -0700 |
tree | c3575373babafb78979c133d04b79e64c7598608 | |
parent | b3c5ea6d937900651d6d0f8106fbd166256a59cb [diff] [blame] |
Add the two ReferenceTables. Change-Id: Ie9200e6246dc07d867de0a70de52c1b2dc034f5b
diff --git a/src/runtime.cc b/src/runtime.cc index 2ad3589..b167280c 100644 --- a/src/runtime.cc +++ b/src/runtime.cc
@@ -268,7 +268,8 @@ class_linker_ = ClassLinker::Create(parsed_options->boot_class_path_); - java_vm_.reset(CreateJavaVM(this)); + java_vm_.reset(reinterpret_cast<JavaVM*>(new JavaVMExt(this))); + return true; }