OSDN Git Service

Added workaround passing empty arg array for proxy invocation.
authorJeff Hao <jeffhao@google.com>
Fri, 30 May 2014 00:29:47 +0000 (17:29 -0700)
committerJeff Hao <jeffhao@google.com>
Mon, 2 Jun 2014 16:51:07 +0000 (09:51 -0700)
commit01d5a146e20660bd06f026c16f19ec080f8fdd7b
treea7740b2e8147700f9cae76e26c65b150dbd7a15c
parente06874a69a7d00bd8af26e54fabf2d3c532e06f9
Added workaround passing empty arg array for proxy invocation.

This recreates old Dalvik behavior for older target sdk versions,
but will still pass null for newer ones.

Bug: 13247236

Change-Id: I663c44f729dd173b47da692a753b986daa0463e9
runtime/entrypoints/entrypoint_utils.cc
runtime/native/dalvik_system_VMRuntime.cc
runtime/runtime.cc
runtime/runtime.h