JDK-8319153 : Fix: Class is a raw type in ProcessTools
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-10-31
  • Updated: 2025-04-11
  • Resolved: 2023-11-06
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 21 JDK 22
21.0.4Fixed 22 b23Fixed
Related Reports
Causes :  
Description
Changing from `Class c` to `Class<?> c` removes two warnings. 
Comments
Fix request [21u] This is a small test fix nice to have. No risk, only a test change. Clean backport. Test using ProcessTools pass. SAP nightly testing passed.
04-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/439 Date: 2024-04-02 21:48:13 +0000
02-04-2024

Changeset: 1c2ea1d2 Author: Leo Korinth <lkorinth@openjdk.org> Date: 2023-11-06 13:32:10 +0000 URL: https://git.openjdk.org/jdk/commit/1c2ea1d27b1895dca3b30073e3516978083dc70a
06-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16431 Date: 2023-10-31 07:43:43 +0000
31-10-2023