RFR: 8344068: Windows x86-64: Out of CodeBuffer space when generating final stubs

Andrew Haley aph at openjdk.org
Tue Dec 3 14:48:11 UTC 2024


I've had a look at the difference between an Intel AVX-512 machine (which does run out of memory) and an AMD machine, and it seems to be that the AVX-512 stubs required by Windows really do take up a lot of space. This should be sufficient.

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

Commit messages:
 - 8344068: Windows x86-64: Out of CodeBuffer space when generating final stubs

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

PR: https://git.openjdk.org/jdk/pull/22516


More information about the hotspot-compiler-dev mailing list