hotspot/src/share/vm/gc_implementation/g1/heapRegionSet.hpp
changeset 24424 2658d7834c6e
parent 23471 ec9427262f0a
child 25730 7eb4e685f739
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
   160 // assert/guarantee-specific message it also prints out the values of
   160 // assert/guarantee-specific message it also prints out the values of
   161 // the fields of the associated set. This can be very helpful in
   161 // the fields of the associated set. This can be very helpful in
   162 // diagnosing failures.
   162 // diagnosing failures.
   163 class hrs_ext_msg : public hrs_err_msg {
   163 class hrs_ext_msg : public hrs_err_msg {
   164 public:
   164 public:
   165   hrs_ext_msg(HeapRegionSetBase* set, const char* message) : hrs_err_msg("") {
   165   hrs_ext_msg(HeapRegionSetBase* set, const char* message) : hrs_err_msg("%s","") {
   166     set->fill_in_ext_msg(this, message);
   166     set->fill_in_ext_msg(this, message);
   167   }
   167   }
   168 };
   168 };
   169 
   169 
   170 #define hrs_assert_sets_match(_set1_, _set2_)                                 \
   170 #define hrs_assert_sets_match(_set1_, _set2_)                                 \