hotspot/src/share/vm/utilities/vmError.cpp
changeset 47086 2b35673f6297
parent 46630 75aa3e39d02c
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Mon Aug 28 16:40:01 2017 +0000
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Fri Aug 18 09:05:42 2017 +0200
@@ -890,6 +890,13 @@
        st->cr();
      }
 
+  STEP("printing native decoder state")
+
+     if (_verbose) {
+       Decoder::print_state_on(st);
+       st->cr();
+     }
+
   STEP("printing VM options")
 
      if (_verbose) {