src/hotspot/cpu/s390/frame_s390.hpp
changeset 52055 9f154d0a59f6
parent 51397 c9150700bbd0
child 53244 9807daeb47c4
--- a/src/hotspot/cpu/s390/frame_s390.hpp	Tue Oct 09 14:30:06 2018 +0200
+++ b/src/hotspot/cpu/s390/frame_s390.hpp	Tue Oct 09 15:06:27 2018 +0200
@@ -491,9 +491,12 @@
   static int interpreter_frame_interpreterstate_size_in_bytes();
   static int interpreter_frame_monitor_size_in_bytes();
 
+
+  // template interpreter state
+  inline z_ijava_state* ijava_state_unchecked() const;
+
  private:
 
-  // template interpreter state
   inline z_ijava_state* ijava_state() const;
 
   // Where z_ijava_state.monitors is saved.