JDK-8349639 : jfr/event/gc/detailed/TestShenandoahEvacuationInformationEvent.java fails to compile after JDK-8348610
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 25
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-02-07
  • Updated: 2025-02-10
  • Resolved: 2025-02-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 25
25 masterFixed
Related Reports
Causes :  
Description
$ CONF=linux-x86_64-server-release make images test TEST=jdk/jfr/event/gc/detailed/TestShenandoahEvacuationInformationEvent.java

/home/shade/trunks/jdk/test/jdk/jdk/jfr/event/gc/detailed/TestShenandoahEvacuationInformationEvent.java:75: error: cannot find symbol
            Asserts.assertGreaterThanOrEqual(shenandoahHeapRegionSize * setRegions, setUsedAfter, "ShenandoahHeapRegionSize * setRegions >= setUsedAfter");
                                                                        ^
  symbol:   variable setRegions
  location: class TestShenandoahEvacuationInformationEvent
/home/shade/trunks/jdk/test/jdk/jdk/jfr/event/gc/detailed/TestShenandoahEvacuationInformationEvent.java:76: error: cannot find symbol
            Asserts.assertGreaterThanOrEqual(shenandoahHeapRegionSize * setRegions, setUsedBefore, "ShenandoahHeapRegionSize * setRegions >= setUsedBefore");
                                                                        ^
  symbol:   variable setRegions
  location: class TestShenandoahEvacuationInformationEvent
2 errors

TEST RESULT: Failed. Compilation failed: Compilation failed

Comments
Changeset: ab66c82c Branch: master Author: Aleksey Shipilev <shade@openjdk.org> Date: 2025-02-10 15:51:23 +0000 URL: https://git.openjdk.org/jdk/commit/ab66c82ce9fdb5ee3fd7690f42b8ad4d78bf5e40
10-02-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/23511 Date: 2025-02-07 08:14:14 +0000
07-02-2025