RFR: 8273188: java/lang/instrument/BootClassPath/BootClassPathTest.sh fails with "FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed"
Naoto Sato
naoto at openjdk.java.net
Wed Sep 8 23:53:03 UTC 2021
On Wed, 8 Sep 2021 23:38:38 GMT, David Holmes <dholmes at 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
More information about the serviceability-dev
mailing list