Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions test/langtools/tools/javac/lambda/T8031967.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,20 @@
* questions.
*/

/*
* @test
* @bug 8292647
* @requires os.arch == "aarch64" | os.arch == "loongarch64"
* @summary Ensure javac can handle very deeply nested chain of method invocations occurring as
* a parameter to other method invocations.
* @modules jdk.compiler
* @run main/othervm -Xss2m T8031967
*/

/*
* @test
* @bug 8031967
* @requires (os.arch != "aarch64") & (os.arch != "loongarch64")
* @summary Ensure javac can handle very deeply nested chain of method invocations occurring as
* a parameter to other method invocations.
* @modules jdk.compiler
Expand Down