aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/aarch64/vm/globals_aarch64.hpp
diff options
context:
space:
mode:
authoraph <none@none>2014-06-19 10:05:45 -0400
committeraph <none@none>2014-06-19 10:05:45 -0400
commit4b03e6ff564b65b86ae6d9a3fba85cfa7b891642 (patch)
treec6c532b6022bb950c431ff1acd461245d0815a1f /src/cpu/aarch64/vm/globals_aarch64.hpp
parent1e27d4b4dcab24daf26339456633c3d64062930e (diff)
Remove obsolete C1 patching code.
Diffstat (limited to 'src/cpu/aarch64/vm/globals_aarch64.hpp')
-rw-r--r--src/cpu/aarch64/vm/globals_aarch64.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/aarch64/vm/globals_aarch64.hpp b/src/cpu/aarch64/vm/globals_aarch64.hpp
index 3dcdd6ffd..112560b8b 100644
--- a/src/cpu/aarch64/vm/globals_aarch64.hpp
+++ b/src/cpu/aarch64/vm/globals_aarch64.hpp
@@ -94,9 +94,6 @@ define_pd_global(intx, InlineSmallCode, 1000);
product(bool, NearCpool, true, \
"constant pool is close to instructions") \
\
- product(bool, DeoptimizeWhenPatching, true, \
- "doptimize instead of patching instructions") \
- \
notproduct(bool, UseAcqRelForVolatileFields, false, \
"Use acquire and release insns for volatile fields")
@@ -111,9 +108,6 @@ define_pd_global(intx, InlineSmallCode, 1000);
product(bool, NearCpool, true, \
"constant pool is close to instructions") \
\
- product(bool, DeoptimizeWhenPatching, true, \
- "doptimize instead of patching instructions") \
- \
notproduct(bool, UseAcqRelForVolatileFields, false, \
"Use acquire and release insns for volatile fields")