[jdk21u-dev] RFR: 8326521: JFR: CompilerPhase event test fails on windows 32 bit [v2]

Robert Toyonaga duke at openjdk.org
Fri Apr 12 18:39:11 UTC 2024


> This is a backport of https://github.com/openjdk/jdk/commit/96530bcc07514c3eda40fd6ffa74f197fe541dea
> 
> On some systems (such as windows 32 bit) Hotspot only uses the C1 compiler in by design. The CompilerPhase JFR events are only emitted from C2 code. So the test TestCompilerPhase fails on some systems because it cannot generate the necessary CompilerPhase JFR events .
> 
> This backport prevents NeverActAsServerClassMachine from being set during the test TestCompilerPhase, so that it isn't restricted to C1. It should help resolve some test failures for Adoptium (see https://github.com/adoptium/aqa-tests/issues/3045).

Robert Toyonaga has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:

  Backport 96530bcc07514c3eda40fd6ffa74f197fe541dea

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

Changes:
  - all: https://git.openjdk.org/jdk21u-dev/pull/499/files
  - new: https://git.openjdk.org/jdk21u-dev/pull/499/files/6033bf7a..bba414c2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=499&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=499&range=00-01

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk21u-dev/pull/499.diff
  Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/499/head:pull/499

PR: https://git.openjdk.org/jdk21u-dev/pull/499


More information about the jdk-updates-dev mailing list