< prev index next >

src/hotspot/share/runtime/continuationEntry.hpp

Print this page
@@ -144,10 +144,10 @@
  #ifndef PRODUCT
    void describe(FrameValues& values, int frame_no) const;
  #endif
  
  #ifdef ASSERT
-   static bool assert_entry_frame_laid_out(JavaThread* thread);
+   static bool assert_entry_frame_laid_out(JavaThread* thread, bool preempted = false);
  #endif
  };
  
  #endif // SHARE_VM_RUNTIME_CONTINUATIONENTRY_HPP
< prev index next >