From c8e7fdcfb20a2c9bf7345c998b2a2a4c174c4ebc Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 24 Jun 2015 12:07:18 +0200 Subject: Default to delambdafy:method and backend:GenBCode Switch the defaults of `-Ydelambdafy` and `-Ybackend`. Rewrite t6288b-jump-position test - no more icode Don't crash GenBCode beyond JVM code size limits A similar patch is in GenASM, see 3fa2c97 Fix check files for GenBCode / delambdafy:method defaults Force copy propagation test to ASM, see SI-9364 Force inline-ex-handlers test to GenASM, see SI-9364 Move t6613 test to pending - still broken in GenBCode Adding a `flags` file with `-Ybackend:GenASM` doesn't seem to have the desired effect. SI-6613 is re-opened. Force a few tests to GenASM, see SI-9364 --- test/files/run/large_class.check | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/files/run/large_class.check') diff --git a/test/files/run/large_class.check b/test/files/run/large_class.check index 0585c267ac..babe24db94 100644 --- a/test/files/run/large_class.check +++ b/test/files/run/large_class.check @@ -1,3 +1 @@ -newSource1.scala:1: error: Could not write class BigEnoughToFail because it exceeds JVM code size limits. Class file too large! -class BigEnoughToFail { - ^ +error: Could not write class BigEnoughToFail because it exceeds JVM code size limits. Class file too large! -- cgit v1.2.3