Temporarily disable lazy class-file-load-hook
Currently failing ASAN tests so disable for now.
Test: None
Change-Id: Id9fa086f507ce0446c2375593c6caf7fccae41fe
diff --git a/openjdkjvmti/ti_class_definition.h b/openjdkjvmti/ti_class_definition.h
index 31c3611..e0b9b31 100644
--- a/openjdkjvmti/ti_class_definition.h
+++ b/openjdkjvmti/ti_class_definition.h
@@ -49,7 +49,8 @@
class ArtClassDefinition {
public:
// If we support doing a on-demand dex-dequickening using signal handlers.
- static constexpr bool kEnableOnDemandDexDequicken = true;
+ // TODO Make this true. We currently have some ASAN issues with this.
+ static constexpr bool kEnableOnDemandDexDequicken = false;
ArtClassDefinition()
: klass_(nullptr),