Class BootstrapPackagePrefixesHolder


  • public class BootstrapPackagePrefixesHolder
    extends Object
    BootstrapPackagePrefixesHolder is an utility class that holds package prefixes. The classes from these packages are pushed to the bootstrap classloader.

    The prefixes are loaded by AgentInstaller and consumed by classloader instrumentation. The instrumentation does not have access to the installer, therefore this utility class is used to share package prefixes.

    • Constructor Detail

      • BootstrapPackagePrefixesHolder

        public BootstrapPackagePrefixesHolder()
    • Method Detail

      • getBoostrapPackagePrefixes

        public static List<String> getBoostrapPackagePrefixes()
      • setBoostrapPackagePrefixes

        public static void setBoostrapPackagePrefixes​(List<String> prefixes)