summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/flags/art-flags.aconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/flags/art-flags.aconfig b/build/flags/art-flags.aconfig
index f12b19eba4..941c742195 100644
--- a/build/flags/art-flags.aconfig
+++ b/build/flags/art-flags.aconfig
@@ -64,6 +64,15 @@ flag {
}
flag {
+ name: "virtual_thread_impl_v1"
+ namespace: "core_libraries"
+ description: "Flag for version 1 of Virtual Thread implementation."
+ bug: "346542404"
+ is_fixed_read_only: true
+ is_exported: false
+}
+
+flag {
name: "fast_baseline_compiler"
namespace: "art_performance"
description: "Flag to enable the fast ARM64 baseline compiler"