equal
deleted
inserted
replaced
282 CompiledStaticCall* compiledStaticCall_before(address addr) const; |
282 CompiledStaticCall* compiledStaticCall_before(address addr) const; |
283 private: |
283 private: |
284 bool is_aot_runtime_stub() const { return _method == NULL; } |
284 bool is_aot_runtime_stub() const { return _method == NULL; } |
285 |
285 |
286 protected: |
286 protected: |
287 virtual bool do_unloading_oops(address low_boundary, BoolObjectClosure* is_alive, bool unloading_occurred); |
287 virtual bool do_unloading_oops(address low_boundary, BoolObjectClosure* is_alive); |
288 virtual bool do_unloading_jvmci(bool unloading_occurred) { return false; } |
288 virtual bool do_unloading_jvmci() { return false; } |
289 |
289 |
290 }; |
290 }; |
291 |
291 |
292 class PltNativeCallWrapper: public NativeCallWrapper { |
292 class PltNativeCallWrapper: public NativeCallWrapper { |
293 private: |
293 private: |