Skip to content

Commit fdd211b

Browse files
committed
8292647: javac/lambda/T8031967.java fails with StackOverflowError when use -XX:TieredStopAtLevel=3 on aarch64 and LoongArch
1 parent f85411f commit fdd211b

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/othervm -Xss1m T8031967
30+
* @run main/othervm -Xss10m T8031967
3131
*/
3232

3333
import java.io.IOException;

0 commit comments

Comments
 (0)