reactor / BlockHound

Java agent to detect blocking calls from non-blocking threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap loading

dushmis opened this issue · comments

static void injectBootstrapClasses(Instrumentation instrumentation, String... classNames) throws IOException {

not actually an issue, but just trying to understand why it's essential to load this in the bootstrap class loader, i couldn't find javadoc for this.