RFR: 8372703: Test compiler/arguments/TestCodeEntryAlignment.java failed: assert(allocates2(pc)) failed: not in CodeBuffer memory

Volodymyr Paprotski vpaprotski at openjdk.org
Mon Dec 1 21:23:14 UTC 2025


Requires a Broadwell machine, but was able to reproduce with an emulator:


~/sde-external-9.58.0-2025-06-16-lin/sde64 -follow-subprocess -bdw -- ./build/linux-x86_64-server-fastdebug/images/jdk/bin/java  -XX:-UseMulAddIntrinsic -XX:+UseDilithiumIntrinsics -XX:+UnlockExperimentalVMOptions -XX:CodeCacheSegmentSi
ze=1024 -XX:CodeEntryAlignment=1024 -cp build/linux-x86_64-server-fastdebug/support/test/lib/test-lib.jar test/hotspot/jtreg/compiler/arguments/TestCodeEntryAlignment.java run

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

Commit messages:
 - increase compiler code cache size

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

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


More information about the hotspot-compiler-dev mailing list