Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Issue 40523002: Android: fixes for JNI with javap for java7. (Closed)

Created:
7 years, 2 months ago by bulach
Modified:
7 years, 1 month ago
Reviewers:
joth, rmcilroy
CC:
chromium-reviews, erikwright+watch_chromium.org, Torne
Visibility:
Public.

Description

Android: fixes for JNI with javap for java7. The output of javap from java7 has changed, most notably: public boolean add(java.lang.Object); Signature: (Ljava/lang/Object;)Z became: public boolean add(E); Signature: (Ljava/lang/Object;)Z Rather than relying on parsing the parameters, use the signature field directly. BUG= TEST=base/android/jni_generator_tests.py Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231031

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Mandatory Signature: #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -70 lines) Patch
M base/android/jni_generator/jni_generator.py View 1 7 chunks +20 lines, -8 lines 0 comments Download
M base/android/jni_generator/jni_generator_tests.py View 1 13 chunks +59 lines, -62 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
bulach
ptal
7 years, 2 months ago (2013-10-24 16:17:01 UTC) #1
joth
lgtm, +torne FYI. https://codereview.chromium.org/40523002/diff/30001/base/android/jni_generator/jni_generator.py File base/android/jni_generator/jni_generator.py (right): https://codereview.chromium.org/40523002/diff/30001/base/android/jni_generator/jni_generator.py#newcode148 base/android/jni_generator/jni_generator.py:148: return None is missing the "Signature:" ...
7 years, 2 months ago (2013-10-24 19:18:13 UTC) #2
rmcilroy
lgtm +1 to Joth's suggestion.
7 years, 2 months ago (2013-10-24 21:13:22 UTC) #3
bulach
thanks both! comment addressed, CQing.. https://codereview.chromium.org/40523002/diff/30001/base/android/jni_generator/jni_generator.py File base/android/jni_generator/jni_generator.py (right): https://codereview.chromium.org/40523002/diff/30001/base/android/jni_generator/jni_generator.py#newcode148 base/android/jni_generator/jni_generator.py:148: return None On 2013/10/24 ...
7 years, 1 month ago (2013-10-25 08:45:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/40523002/110001
7 years, 1 month ago (2013-10-25 08:48:54 UTC) #5
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=93207
7 years, 1 month ago (2013-10-25 14:48:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/40523002/110001
7 years, 1 month ago (2013-10-25 14:52:07 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-10-25 16:27:05 UTC) #8
Message was sent while issue was closed.
Change committed as 231031

Powered by Google App Engine
This is Rietveld 408576698