diff options
| author | 2018-01-27 01:25:24 +0000 | |
|---|---|---|
| committer | 2018-01-27 01:25:24 +0000 | |
| commit | eaf09d10411c8b56f2b4b0c882eb63ef7d01ec0c (patch) | |
| tree | 094c1552a8dbcd79147aea588afa667c2bd5c67b /openjdkjvmti/fixed_up_dex_file.h | |
| parent | 9220335a2cc121afce989e8196ee93b54db9c834 (diff) | |
| parent | 7517555480074dcbd5c6d9472d5a394ce0e88023 (diff) | |
Merge "Add dexlayout class filtering"
Diffstat (limited to 'openjdkjvmti/fixed_up_dex_file.h')
| -rw-r--r-- | openjdkjvmti/fixed_up_dex_file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openjdkjvmti/fixed_up_dex_file.h b/openjdkjvmti/fixed_up_dex_file.h index b8f349cf8c..7f05a2930a 100644 --- a/openjdkjvmti/fixed_up_dex_file.h +++ b/openjdkjvmti/fixed_up_dex_file.h @@ -49,7 +49,8 @@ namespace openjdkjvmti { // are running on. class FixedUpDexFile { public: - static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original) + static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original, + const char* descriptor) REQUIRES_SHARED(art::Locks::mutator_lock_); const art::DexFile& GetDexFile() { |