mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
AllowEnhancedClassRedefinition is false (disabled) by default
This commit is contained in:
committed by
Vitaly Provodin
parent
2fbb1b6bd6
commit
4559f38048
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user