RFR: 8319153: Fix: Class is a raw type in ProcessTools
Leo Korinth
lkorinth at openjdk.org
Tue Oct 31 07:49:41 UTC 2023
Changing from `Class c` to `Class<?> c` removes two warnings.
-------------
Commit messages:
- 8319153: Fix: Class is a raw type in ProcessTools
Changes: https://git.openjdk.org/jdk/pull/16431/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16431&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8319153
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16431.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16431/head:pull/16431
PR: https://git.openjdk.org/jdk/pull/16431
More information about the hotspot-runtime-dev
mailing list