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

Guoxiong Li github.com+13688759+lgxbslgx at openjdk.java.net
Fri Jan 8 08:17:04 UTC 2021


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.

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

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

Changes: https://git.openjdk.java.net/jdk/pull/1998/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1998&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8203925
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1998.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1998/head:pull/1998

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


More information about the compiler-dev mailing list