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>
Tue, 15 Mar 2016 15:20:00 +0000 (15:20 +0000)
commit5f97157263d1b52bf4aea523b28294b21d694da1
tree46a2a5102b97f4bb0711c721e3580606f3bde093
parent5681b6638b0001c62d02795b0853e2e82787edf1
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
Change-Id: I92aac81d131661aca588e352aee7a167593e17d4
runtime/Android.mk
runtime/native/java_lang_Runtime.cc [deleted file]
runtime/openjdkjvm/OpenjdkJvm.cc
runtime/runtime.cc