OSDN Git Service

runtime: delete native/java_lang_Runtime.cc
authorNarayan Kamath <narayan@google.com>
Tue, 15 Mar 2016 14:47:29 +0000 (14:47 +0000)
committerNarayan Kamath <narayan@google.com>
Wed, 16 Mar 2016 11:45:26 +0000 (11:45 +0000)
commitf525272b1edec721058e7d888545dd5d97b5045d
tree3ffb17542553c7b18c4aac0e5ab9859c202b6ad5
parentbc20209fcd8859fdade71fd1cc27cb8576d6da55
runtime: delete native/java_lang_Runtime.cc

We're now using Runtime.c from ojluni, which does the same set
of things via the JVM interface. This removes unnecessary duplication
of code between Runtime.cc and OpenJdkJvm.cc.

Also includes a few changes to JVM_NativeLoad to bring it in sync
with the version in Runtime.cc.

bug: 27387202

(cherry picked from commit 5f97157263d1b52bf4aea523b28294b21d694da1)

Change-Id: Ic2848755505a0cb25da8237150b07dadf0a42929
runtime/Android.mk
runtime/native/java_lang_Runtime.cc [deleted file]
runtime/openjdkjvm/OpenjdkJvm.cc
runtime/runtime.cc