-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
In Javac 9, String concatenation is compiled to a dynamic invocation of a bootstrap that concatenates the string instead of using StringBuilder.
The feature should be enabled only if TARGET_PLATFORM: Option<Target> is Target.JAVA_9 and disabled if LEGACY_CONCAT: Option<Boolean> is true.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels