commit | 5f97157263d1b52bf4aea523b28294b21d694da1 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Tue Mar 15 14:47:29 2016 +0000 |
committer | Narayan Kamath <narayan@google.com> | Tue Mar 15 15:20:00 2016 +0000 |
tree | 46a2a5102b97f4bb0711c721e3580606f3bde093 | |
parent | 5681b6638b0001c62d02795b0853e2e82787edf1 [diff] |
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