src/hotspot/share/jvmci/jvmciEnv.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/jvmci/jvmciEnv.hpp	Wed May  8 18:00:44 2019
--- new/src/hotspot/share/jvmci/jvmciEnv.hpp	Wed May  8 18:00:43 2019

*** 85,95 **** --- 85,95 ---- // A class that maintains the state needed for compilations requested // by the CompileBroker. It is created in the broker and passed through // into the code installation step. class JVMCICompileState : public ResourceObj { ! friend class JVMCIVMStructs; private: CompileTask* _task; int _system_dictionary_modification_counter; // Cache JVMTI state. Defined as bytes so that reading them from Java

src/hotspot/share/jvmci/jvmciEnv.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File