src/hotspot/share/aot/aotCompiledMethod.hpp
changeset 50416 ef980b9ac191
parent 49890 29b94ed63a09
child 51333 f6641fcf7b7e
--- a/src/hotspot/share/aot/aotCompiledMethod.hpp	Tue Jun 05 23:10:54 2018 +0530
+++ b/src/hotspot/share/aot/aotCompiledMethod.hpp	Wed May 02 11:28:49 2018 -0400
@@ -284,8 +284,8 @@
   bool is_aot_runtime_stub() const { return _method == NULL; }
 
 protected:
-  virtual bool do_unloading_oops(address low_boundary, BoolObjectClosure* is_alive, bool unloading_occurred);
-  virtual bool do_unloading_jvmci(bool unloading_occurred) { return false; }
+  virtual bool do_unloading_oops(address low_boundary, BoolObjectClosure* is_alive);
+  virtual bool do_unloading_jvmci() { return false; }
 
 };