KT-58720 Generate full InnerClass attributes for the standard library; deprecate -Xuse-old-innerclasses-logic

This commit is contained in:
Pavel Mikhailovskii
2023-06-09 11:31:17 +00:00
committed by Space Team
parent 1dbe47c039
commit fc7af2c9e0
3 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ where advanced options include:
* ignore
* strict
* warn (report a warning)
-Xuse-old-innerclasses-logic Use old logic for generation of InnerClasses attributes
-Xuse-old-innerclasses-logic Use old logic for generation of InnerClasses attributes.
This option is deprecated and will be deleted in future versions.
-Xprofile=<profilerPath:command:outputDir>
Debug option: Run compiler with async profiler and save snapshots to `outputDir`; `command` is passed to async-profiler on start.
`profilerPath` is a path to libasyncProfiler.so; async-profiler.jar should be on the compiler classpath.