hotspot/src/share/vm/utilities/vmError.cpp
changeset 47086 2b35673f6297
parent 46630 75aa3e39d02c
equal deleted inserted replaced
46999:dd86717fe58b 47086:2b35673f6297
   888        // dynamic libraries, or memory map
   888        // dynamic libraries, or memory map
   889        os::print_dll_info(st);
   889        os::print_dll_info(st);
   890        st->cr();
   890        st->cr();
   891      }
   891      }
   892 
   892 
       
   893   STEP("printing native decoder state")
       
   894 
       
   895      if (_verbose) {
       
   896        Decoder::print_state_on(st);
       
   897        st->cr();
       
   898      }
       
   899 
   893   STEP("printing VM options")
   900   STEP("printing VM options")
   894 
   901 
   895      if (_verbose) {
   902      if (_verbose) {
   896        // VM options
   903        // VM options
   897        Arguments::print_on(st);
   904        Arguments::print_on(st);