RFR: 8313207: Remove MetaspaceShared::_has_error_classes

Matias Saavedra Silva matsaave at openjdk.org
Mon Jul 31 13:46:58 UTC 2023


On Thu, 27 Jul 2023 22:01:27 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> The field _has_error_classes has its value set and change but it is no longer checked after [JDK-8240481](https://bugs.openjdk.org/browse/JDK-8240481). This patch removes all instances MetaspaceShared::_has_error_classes. Verified with tier 1-4 tests.
>
> Looks good.

Thanks for the reviews @calvinccheung and @iklam!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15060#issuecomment-1658404262


More information about the hotspot-runtime-dev mailing list