RFR: 8331030: langtools/tools/javac/tree tests fail with SOE with fastdebug and -Xcomp [v2]
Christian Stein
cstein at openjdk.org
Thu Apr 25 06:52:36 UTC 2024
On Wed, 24 Apr 2024 19:03:51 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Introduce constant for the depth of nesting levels
>
> test/langtools/tools/javac/patterns/SOEDeeplyNestedBlocksTest.java line 28:
>
>> 26: * @bug 8322992 8331030
>> 27: * @summary Javac fails with StackOverflowError when compiling deeply nested synchronized blocks
>> 28: * @compile SOEDeeplyNestedBlocksTest.java
>
> This line is not necessary; the file will be compiled if needed by the `@run main`
Line removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18939#discussion_r1578965329
More information about the compiler-dev
mailing list