Integrated: 8203925: tools/javac/importscope/T8193717.java ran out of java heap

Guoxiong Li github.com+13688759+lgxbslgx at openjdk.java.net
Fri Apr 16 15:41:37 UTC 2021


On Fri, 8 Jan 2021 08:12:45 GMT, Guoxiong Li <github.com+13688759+lgxbslgx at openjdk.org> wrote:

> Hi all,
> 
> Because [JDK-8225054-PATCH](https://github.com/openjdk/jdk/commit/827e5e32264666639d36990edd5e7d0b7e7c78a9) modified `T8193717.java`, changing `private static final int CLASSES = 500000;` to `private static final int CLASSES = 50000;`(500K -> 50K). The error, `out of java heap`, no longer occurs now. And the pre-submit tests of this patch passed. I think `tools/javac/importscope/T8193717.java` could be removed from `ProblemList.txt`.
> 
> Thank you for taking the time to review.
> 
> Best Regards.

This pull request has now been integrated.

Changeset: cee4f1d9
Author:    Guoxiong Li <lgxbslgx at gmail.com>
Committer: Vicente Romero <vromero at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cee4f1d9
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8203925: tools/javac/importscope/T8193717.java ran out of java heap

Reviewed-by: vromero

-------------

PR: https://git.openjdk.java.net/jdk/pull/1998


More information about the compiler-dev mailing list