Disable kEnableOnDemandDexDequicken.
Unable to reproduce the error that triggered the revert of:
https://android-review.googlesource.com/c/platform/art/+/1842432
This CL is a safer version of the complete removal. I'll follow-up with
the complete removal if the bots stay green.
Test: test.py
Test: atest FrameworksNetIntegrationTests
Bug: 196414062
Change-Id: If6d96aaed06288b89dff41a85900cb24dc47adb5
diff --git a/openjdkjvmti/ti_class_definition.h b/openjdkjvmti/ti_class_definition.h
index cb0853b..5afe3ee 100644
--- a/openjdkjvmti/ti_class_definition.h
+++ b/openjdkjvmti/ti_class_definition.h
@@ -50,7 +50,7 @@
class ArtClassDefinition {
public:
// If we support doing a on-demand dex-dequickening using signal handlers.
- static constexpr bool kEnableOnDemandDexDequicken = true;
+ static constexpr bool kEnableOnDemandDexDequicken = false;
ArtClassDefinition()
: klass_(nullptr),