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/jvm/javaReflection.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/jvm/javaReflection.check') diff --git a/test/files/jvm/javaReflection.check b/test/files/jvm/javaReflection.check index 8180ecff8a..83518c7990 100644 --- a/test/files/jvm/javaReflection.check +++ b/test/files/jvm/javaReflection.check @@ -1,4 +1,4 @@ -#partest !-Ydelambdafy:method +#partest -Ydelambdafy:inline A$$anonfun$$lessinit$greater$1 / null (canon) / $anonfun$$lessinit$greater$1 (simple) - declared cls: List() - enclosing : null (declaring cls) / class A (cls) / public A(int) (constr) / null (meth) @@ -39,7 +39,7 @@ AT$$anonfun$6 / null (canon) / $anonfun$6 (simple) - declared cls: List() - enclosing : null (declaring cls) / interface AT (cls) / null (constr) / null (meth) - properties : true (local) / false (member) -#partest -Ydelambdafy:method +#partest !-Ydelambdafy:inline A$D$lambda$1 / A$D$lambda$1 (canon) / A$D$lambda$1 (simple) - declared cls: List() - enclosing : null (declaring cls) / null (cls) / null (constr) / null (meth) -- cgit v1.2.3