8 Sep
2021
8 Sep
'21
11:53 p.m.
On Wed, 8 Sep 2021 23:38:38 GMT, David Holmes <dholmes@openjdk.org> wrote:
Pre-existing: The initialization logic in this code is quite odd for the case when no conversion is necessary (we call `utfInitialize` on every call to `convertUtf8ToPlatformString`!), but I assume we do not call `appendBootClassPath` and `appendToClassLoaderSearch` very often?
Indeed. I assume those methods are only used on agent startup. ------------- PR: https://git.openjdk.java.net/jdk/pull/5427