src/hotspot/share/aot/aotCompiledMethod.cpp
changeset 51473 871581ff5ce5
parent 51341 09cc8813ae51
child 51731 8745f8f1b0f8
--- a/src/hotspot/share/aot/aotCompiledMethod.cpp	Tue Aug 21 10:37:02 2018 -0400
+++ b/src/hotspot/share/aot/aotCompiledMethod.cpp	Tue Aug 21 08:38:02 2018 -0700
@@ -362,7 +362,7 @@
   log->print(" aot='%2d'", _heap->dso_id());
 }
 
-void AOTCompiledMethod::log_state_change() const {
+void AOTCompiledMethod::log_state_change(oop cause) const {
   if (LogCompilation) {
     ResourceMark m;
     if (xtty != NULL) {