Skip to content

Commit 05b8245

Browse files
committed
8256290: javac/lambda/T8031967.java fails with StackOverflowError on x86_32
Reviewed-by: mcimadamore
1 parent c3139ab commit 05b8245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/langtools/tools/javac/lambda/T8031967.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @summary Ensure javac can handle very deeply nested chain of method invocations occurring as
2828
* a parameter to other method invocations.
2929
* @modules jdk.compiler
30-
* @run main T8031967
30+
* @run main/othervm -Xss1m T8031967
3131
*/
3232

3333
import java.io.IOException;

0 commit comments

Comments
 (0)