diff options
| author | Neil Fuller <nfuller@google.com> | 2018-10-10 17:45:46 +0100 |
|---|---|---|
| committer | Neil Fuller <nfuller@google.com> | 2018-10-10 17:51:08 +0100 |
| commit | 04cfa69b68d1fd03ce13c1d8ef8a4ba24a8178d5 (patch) | |
| tree | 26964e677c4853edc2340920973e71617c8ce79b /annotations/generate_annotated_java_files.py | |
| parent | 545ab375c2f21157dbcdaf8676fcec481eed0544 (diff) | |
Remove System.arraycopy(byte[]... from API
Remove the System.arraycopy(byte[]... overload from
the CorePlatformApi. Since this is the only method
in System that needs an annotation we can delete
the System.annotated.java file entirely.
This is a symptom of static method resolution in the
compiler leading to bytecode dependencies on the overload.
All code newly compiled against stubs shouldn't care - the
Object version will delegate through. If we make it
part of the CorePlatformApi we may never get rid of
it.
Bug: 113148576
Bug: 74103559
Test: build only
Change-Id: I3371cffe4a74b41f27632435c7b24d21639a5399
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions
