summaryrefslogtreecommitdiff
path: root/openjdkjvmti/jvmti_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'openjdkjvmti/jvmti_allocator.h')
-rw-r--r--openjdkjvmti/jvmti_allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openjdkjvmti/jvmti_allocator.h b/openjdkjvmti/jvmti_allocator.h
index e29e034f40..e6cbc85170 100644
--- a/openjdkjvmti/jvmti_allocator.h
+++ b/openjdkjvmti/jvmti_allocator.h
@@ -55,7 +55,7 @@ class JvmtiAllocator<void> {
};
explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {}
- explicit JvmtiAllocator() : env_(nullptr) {}
+ JvmtiAllocator() : env_(nullptr) {}
template <typename U>
JvmtiAllocator(const JvmtiAllocator<U>& other) // NOLINT, implicit
@@ -92,7 +92,7 @@ class JvmtiAllocator {
};
explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {}
- explicit JvmtiAllocator() : env_(nullptr) {}
+ JvmtiAllocator() : env_(nullptr) {}
template <typename U>
JvmtiAllocator(const JvmtiAllocator<U>& other) // NOLINT, implicit