History log of /openjdk10/langtools/test/tools/javac/parser/StringFoldingTest.java
Revision Date Author Comments
# 3061:777c5a760a84 18-Oct-2015 jlahoda

8139751: Javac crash with -XDallowStringFolding=false
Summary: When string folding is disabled, need to keep the original expression.
Reviewed-by: mcimadamore


# 2933:49d207bf704d 21-May-2015 akulyakh

8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine


# 1061:0d6d41563040 27-Jul-2011 ksrini

7068902: (javac) allow enabling or disabling of String folding
Summary: Contributed by netbeans team, modified to suit by the langtools team.
Reviewed-by: jjg, mcimadamore