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

Guoxiong Li github.com+13688759+lgxbslgx at openjdk.java.net
Thu Apr 15 01:42:06 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.

Guoxiong Li has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:

 - Merge branch 'master' into JDK-8203925
 - 8203925: tools/javac/importscope/T8193717.java ran out of java heap

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1998/files
  - new: https://git.openjdk.java.net/jdk/pull/1998/files/a9c3f3d1..6323be61

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1998&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1998&range=00-01

  Stats: 277815 lines in 7216 files changed: 157319 ins; 77393 del; 43103 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