hotspot/src/share/vm/oops/instanceKlass.cpp
changeset 24424 2658d7834c6e
parent 24351 61b33cc6d3cf
child 24658 e41df2fc6e87
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
    75 #endif // INCLUDE_ALL_GCS
    75 #endif // INCLUDE_ALL_GCS
    76 #ifdef COMPILER1
    76 #ifdef COMPILER1
    77 #include "c1/c1_Compiler.hpp"
    77 #include "c1/c1_Compiler.hpp"
    78 #endif
    78 #endif
    79 
    79 
       
    80 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
       
    81 
    80 #ifdef DTRACE_ENABLED
    82 #ifdef DTRACE_ENABLED
    81 
    83 
    82 
    84 
    83 #define HOTSPOT_CLASS_INITIALIZATION_required HOTSPOT_CLASS_INITIALIZATION_REQUIRED
    85 #define HOTSPOT_CLASS_INITIALIZATION_required HOTSPOT_CLASS_INITIALIZATION_REQUIRED
    84 #define HOTSPOT_CLASS_INITIALIZATION_recursive HOTSPOT_CLASS_INITIALIZATION_RECURSIVE
    86 #define HOTSPOT_CLASS_INITIALIZATION_recursive HOTSPOT_CLASS_INITIALIZATION_RECURSIVE
  2855   Klass::print_on(st);
  2857   Klass::print_on(st);
  2856 
  2858 
  2857   st->print(BULLET"instance size:     %d", size_helper());                        st->cr();
  2859   st->print(BULLET"instance size:     %d", size_helper());                        st->cr();
  2858   st->print(BULLET"klass size:        %d", size());                               st->cr();
  2860   st->print(BULLET"klass size:        %d", size());                               st->cr();
  2859   st->print(BULLET"access:            "); access_flags().print_on(st);            st->cr();
  2861   st->print(BULLET"access:            "); access_flags().print_on(st);            st->cr();
  2860   st->print(BULLET"state:             "); st->print_cr(state_names[_init_state]);
  2862   st->print(BULLET"state:             "); st->print_cr("%s", state_names[_init_state]);
  2861   st->print(BULLET"name:              "); name()->print_value_on(st);             st->cr();
  2863   st->print(BULLET"name:              "); name()->print_value_on(st);             st->cr();
  2862   st->print(BULLET"super:             "); super()->print_value_on_maybe_null(st); st->cr();
  2864   st->print(BULLET"super:             "); super()->print_value_on_maybe_null(st); st->cr();
  2863   st->print(BULLET"sub:               ");
  2865   st->print(BULLET"sub:               ");
  2864   Klass* sub = subklass();
  2866   Klass* sub = subklass();
  2865   int n;
  2867   int n;