Integrated: 8331030: langtools/tools/javac/tree tests fail with SOE with fastdebug and -Xcomp
Christian Stein
cstein at openjdk.org
Thu Apr 25 06:52:36 UTC 2024
On Wed, 24 Apr 2024 16:52:44 GMT, Christian Stein <cstein at openjdk.org> wrote:
> Please review this change that now uses a source generator and compiler task to verify no SOE is thrown.
>
> This change replaces over 1000 lines of code that were being compiled by running this test as well as other tests crawling over test files. Some of those crawling tests failed to parse this formerly large file. The new size of this test file should be no problem for them.
>
> The level of nesting is increased from 567 to 1000.
This pull request has now been integrated.
Changeset: d43654e5
Author: Christian Stein <cstein at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d43654e5733a4ad535e95d908de528ef29285e92
Stats: 1159 lines in 1 file changed: 4 ins; 1131 del; 24 mod
8331030: langtools/tools/javac/tree tests fail with SOE with fastdebug and -Xcomp
Reviewed-by: jjg, vromero
-------------
PR: https://git.openjdk.org/jdk/pull/18939
More information about the compiler-dev
mailing list