RFR: 8258408: SystemDictionary passes TRAPS to functions that don't throw exceptions

Lois Foltan lfoltan at openjdk.java.net
Thu Dec 17 15:35:57 UTC 2020


On Wed, 16 Dec 2020 23:01:11 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Please review some mostly superficial cleanups to the SystemDictionary code.  See issue for more details.
> 
> Tested with tier1-6.

Looks good.
Lois

src/hotspot/share/classfile/systemDictionary.cpp line 205:

> 203: // lock. The results are being recorded in the performance counters defined in
> 204: // ClassLoader::_sync_systemLoaderLockContentionRate and
> 205: // ClassLoader::_sync_nonSystemLoaderLockConteionRate.

nonSystemLoaderLockContentionRate misspelled.

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

Marked as reviewed by lfoltan (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1808


More information about the hotspot-dev mailing list