src/hotspot/share/ci/ciEnv.cpp
changeset 52195 f08c1d7a5c53
parent 51997 9ce37fa2e179
child 53345 91ab128a65a3
equal deleted inserted replaced
52194:6eb876ac6827 52195:f08c1d7a5c53
    75 // This class is the top level broker for requests from the compiler
    75 // This class is the top level broker for requests from the compiler
    76 // to the VM.
    76 // to the VM.
    77 
    77 
    78 ciObject*              ciEnv::_null_object_instance;
    78 ciObject*              ciEnv::_null_object_instance;
    79 
    79 
    80 #define WK_KLASS_DEFN(name, ignore_s, ignore_o) ciInstanceKlass* ciEnv::_##name = NULL;
    80 #define WK_KLASS_DEFN(name, ignore_s) ciInstanceKlass* ciEnv::_##name = NULL;
    81 WK_KLASSES_DO(WK_KLASS_DEFN)
    81 WK_KLASSES_DO(WK_KLASS_DEFN)
    82 #undef WK_KLASS_DEFN
    82 #undef WK_KLASS_DEFN
    83 
    83 
    84 ciSymbol*        ciEnv::_unloaded_cisymbol = NULL;
    84 ciSymbol*        ciEnv::_unloaded_cisymbol = NULL;
    85 ciInstanceKlass* ciEnv::_unloaded_ciinstance_klass = NULL;
    85 ciInstanceKlass* ciEnv::_unloaded_ciinstance_klass = NULL;