JDK-8338062 : JFR: Remove TestStartDuration.java and TestStartName.java from ProblemList.txt
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jfr
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-08-08
  • Updated: 2024-08-19
  • Resolved: 2024-08-09
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 b11Fixed
Description
The parsing of startup parameters was rewritten in Java in June 2021 (JDK 17) as part of JDK-8265271.

The JVM now passes a String to Java, so it's hard to see how it can crash because some characters in the String are different. The return value for -XX:StartFlightRecording:help is perhaps 100 times larger than anything these tests return so an overflow also seems unlikely.

Comments
Changeset: 53fce38a Branch: master Author: Erik Gahlin <egahlin@openjdk.org> Date: 2024-08-09 07:53:15 +0000 URL: https://git.openjdk.org/jdk/commit/53fce38a3ff8700fef640fffc066efc21ff9c25f
09-08-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20511 Date: 2024-08-08 14:49:41 +0000
08-08-2024