JDK-8340988 : Update jdk/jfr/event/gc/collection tests to accept "CodeCache GC Threshold" as valid GC reason
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-09-26
  • Updated: 2024-10-07
  • Resolved: 2024-10-01
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 24
24 b18Fixed
Related Reports
Relates :  
Description
Tests 
jdk/jdk/jfr/event/gc/collection/TestGCCauseWith* GC
check the GC reasons. They GC might be caused by
"CodeCache GC Threshold"
if test is executed with Xcomp and GC caused by codecache cleanup.

Comments
Changeset: 9a7817b1 Branch: master Author: Leonid Mesnik <lmesnik@openjdk.org> Date: 2024-10-01 16:02:02 +0000 URL: https://git.openjdk.org/jdk/commit/9a7817b1376d055c5a7c1005b275cc1f198e5364
01-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21238 Date: 2024-09-28 01:14:15 +0000
28-09-2024