RFR: JDK-8325841 - Remove unused references to newInstance0
Cesar Soares Lucas
cslucas at openjdk.org
Thu May 23 21:55:08 UTC 2024
Can I please get some reviews for this change to remove unused names from `vmSymbols.hpp`?
As far as I can tell there is nothing in the code base using these symbols. My search was just a simple grep + some bash script, though. I tested using JTREG on MacOS, Linux Mariner & Alpine from tier1 to 3.
-------------
Commit messages:
- Remove unused symbol names
Changes: https://git.openjdk.org/jdk/pull/19374/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19374&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8325841
Stats: 57 lines in 2 files changed: 0 ins; 56 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/19374.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19374/head:pull/19374
PR: https://git.openjdk.org/jdk/pull/19374
More information about the hotspot-dev
mailing list