summaryrefslogtreecommitdiff
path: root/test/files/run/t8601c.flags
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-05-18 12:01:17 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-05-18 12:04:27 +0200
commit0b432f9cd22b6e9770852e5b331a15f0534a312c (patch)
tree481b2a30ead8f171268d69f68b2506453eae9df8 /test/files/run/t8601c.flags
parentee611cd76c29fedd416162e482c7ab3f15b831ca (diff)
downloadscala-0b432f9cd22b6e9770852e5b331a15f0534a312c.tar.gz
scala-0b432f9cd22b6e9770852e5b331a15f0534a312c.tar.bz2
scala-0b432f9cd22b6e9770852e5b331a15f0534a312c.zip
SI-8601 Avoid over-eager optimization of LOAD_FIELD
It can NPE or trigger static class initilization, we can't elimiate it without changing semantics.
Diffstat (limited to 'test/files/run/t8601c.flags')
-rw-r--r--test/files/run/t8601c.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t8601c.flags b/test/files/run/t8601c.flags
new file mode 100644
index 0000000000..1182725e86
--- /dev/null
+++ b/test/files/run/t8601c.flags
@@ -0,0 +1 @@
+-optimize \ No newline at end of file