AllowEnhancedClassRedefinition is false (disabled) by default

This commit is contained in:
Vladimir Dvorak
2020-10-06 22:15:31 +02:00
committed by Vitaly Provodin
parent 2fbb1b6bd6
commit 4559f38048

View File

@@ -2088,7 +2088,7 @@ const intx ObjectAlignmentInBytes = 8;
develop(bool, TraceOptimizedUpcallStubs, false, \
"Trace optimized upcall stub generation") \
\
product(bool, AllowEnhancedClassRedefinition, true, \
product(bool, AllowEnhancedClassRedefinition, false, \
"Allow enhanced class redefinition beyond swapping method " \
"bodies")