| commit | 4c174286c5a87183ace4ed46a3f811096669367a | [log] [tgz] |
|---|---|---|
| author | Alex Light <allight@google.com> | Wed Jul 05 10:18:18 2017 -0700 |
| committer | Alex Light <allight@google.com> | Thu Jul 06 15:25:34 2017 +0000 |
| tree | 1ada45e97525e0370fe491f2d480a40aee440fb8 | |
| parent | 4c4d9df7c79747978d2f927994a7b3c11a079075 [diff] [blame] |
Add jvmti GetBytecodes function. Enables the can_get_bytecodes capability. Test: ./test.py --host -j40 Bug: 34414073 Change-Id: If74cfcb9ecab1b4e53fa0708cf09285b9f64b5be
diff --git a/test/Android.bp b/test/Android.bp index f893531..e5d2ca0 100644 --- a/test/Android.bp +++ b/test/Android.bp
@@ -286,6 +286,7 @@ "992-source-data/source_file.cc", "993-breakpoints/breakpoints.cc", "996-breakpoint-obsolete/obsolete_breakpoints.cc", + "1901-get-bytecodes/bytecodes.cc", ], shared_libs: [ "libbase",