JDK-8241827 : JFR: TestVMInfoEvent.java requires SerialGC
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-03-30
  • Updated: 2020-08-04
  • Resolved: 2020-03-31
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 15
15 b18Fixed
Related Reports
Duplicate :  
Relates :  
Description
Tests spawns a JVM using -XX:+UseSerialGC. If the test is run with any other GC, it fails.
Comments
This bug does not affect either 8u or 11u, because the old test is actually TestVMInfoEvent.sh that ignores the external GC setting. It was rewritten with JDK-8209813. Checked the bug does not reproduce on current 11u with: $ CONF=linux-x86_64-normal-server-fastdebug make images run-test TEST=jdk/jfr/event/runtime/TestVMInfoEvent.sh TEST_VM_OPTS="-XX:+UseParallelGC"
04-08-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/f75c4ca85c2f User: stefank Date: 2020-03-31 12:58:52 +0000
31-03-2020

ILW = MMM = P3
30-03-2020