hotspot/src/share/vm/aot/aotLoader.hpp
changeset 46364 00a21c0ff97e
parent 46329 53ccc37bda19
equal deleted inserted replaced
46363:b53de34a044c 46364:00a21c0ff97e
    61   static void load_for_klass(InstanceKlass* ik, Thread* thread) NOT_AOT_RETURN;
    61   static void load_for_klass(InstanceKlass* ik, Thread* thread) NOT_AOT_RETURN;
    62   static bool find_klass(InstanceKlass* ik) NOT_AOT({ return false; });
    62   static bool find_klass(InstanceKlass* ik) NOT_AOT({ return false; });
    63   static uint64_t get_saved_fingerprint(InstanceKlass* ik) NOT_AOT({ return 0; });
    63   static uint64_t get_saved_fingerprint(InstanceKlass* ik) NOT_AOT({ return 0; });
    64   static void oops_do(OopClosure* f) NOT_AOT_RETURN;
    64   static void oops_do(OopClosure* f) NOT_AOT_RETURN;
    65   static void metadata_do(void f(Metadata*)) NOT_AOT_RETURN;
    65   static void metadata_do(void f(Metadata*)) NOT_AOT_RETURN;
    66   static address exception_begin(JavaThread* thread, CodeBlob* blob, address return_address) NOT_AOT({ return NULL; });
       
    67 
    66 
    68   NOT_PRODUCT( static void print_statistics() NOT_AOT_RETURN; )
    67   NOT_PRODUCT( static void print_statistics() NOT_AOT_RETURN; )
    69 
    68 
    70 #ifdef HOTSWAP
    69 #ifdef HOTSWAP
    71   // Flushing and deoptimization in case of evolution
    70   // Flushing and deoptimization in case of evolution