summaryrefslogtreecommitdiff
path: root/openjdkjvmti/fixed_up_dex_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'openjdkjvmti/fixed_up_dex_file.h')
-rw-r--r--openjdkjvmti/fixed_up_dex_file.h3
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() {