-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hide BlockHoundRuntime from public API (#53)
`BlockHoundRuntime` must be public because it is injected into bootstrap ClassLoader and being accessed from the JDK classes later. But we don't want the users to call it, since it should only be used from the instrumentation. This change makes the original class internal and changes the visibility with ASM when we inject it into the bootstrap ClassLoader.
- Loading branch information
Showing
2 changed files
with
60 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters