Interface LibGraalLoader


public interface LibGraalLoader
The class loader used to load the Graal and JVMCI classes compiled into libgraal implements this interface to provide extra information about the libgraal classes.
Since:
25
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a map from the name of a class to the name of its enclosing module.
  • Method Details

    • getClassModuleMap

      Map<String,String> getClassModuleMap()
      Gets a map from the name of a class to the name of its enclosing module. There is one entry in the map for each class available for loading by this loader.
      Returns:
      an unmodifiable map