hotspot/src/share/vm/jvmci/jvmciEnv.hpp
changeset 35123 b0b89d83bcf5
parent 34317 e93b85bf4cc2
child 35592 5814f874d736
equal deleted inserted replaced
35121:e8900e5763ff 35123:b0b89d83bcf5
    51 // This class is the top level broker for requests from the compiler
    51 // This class is the top level broker for requests from the compiler
    52 // to the VM.
    52 // to the VM.
    53 class JVMCIEnv : StackObj {
    53 class JVMCIEnv : StackObj {
    54   CI_PACKAGE_ACCESS_TO
    54   CI_PACKAGE_ACCESS_TO
    55 
    55 
       
    56   friend class JVMCIVMStructs;
    56   friend class CompileBroker;
    57   friend class CompileBroker;
    57   friend class Dependencies;  // for get_object, during logging
    58   friend class Dependencies;  // for get_object, during logging
    58 
    59 
    59 public:
    60 public:
    60 
    61