RFR: 8351595: JVM_FindClassFromCaller: unused var may be removed
David Holmes
dholmes at openjdk.org
Fri Oct 10 04:00:01 UTC 2025
On Thu, 9 Oct 2025 18:29:36 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> Trivial change to remove an unused line of code. Verified with tier1-5 tests.
If caller is unused then this whole function is now meaningless as it is only separated out to allow using the caller to establish the ProtectionDomain.
-------------
Changes requested by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27735#pullrequestreview-3321261528
More information about the hotspot-dev
mailing list