src/share/vm/gc_implementation/g1/heapRegionSet.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/g1/heapRegionSet.hpp

src/share/vm/gc_implementation/g1/heapRegionSet.hpp

Print this page

        

*** 160,170 **** // assert/guarantee-specific message it also prints out the values of // the fields of the associated set. This can be very helpful in // diagnosing failures. class hrs_ext_msg : public hrs_err_msg { public: ! hrs_ext_msg(HeapRegionSetBase* set, const char* message) : hrs_err_msg("") { set->fill_in_ext_msg(this, message); } }; #define hrs_assert_sets_match(_set1_, _set2_) \ --- 160,170 ---- // assert/guarantee-specific message it also prints out the values of // the fields of the associated set. This can be very helpful in // diagnosing failures. class hrs_ext_msg : public hrs_err_msg { public: ! hrs_ext_msg(HeapRegionSetBase* set, const char* message) : hrs_err_msg("%s","") { set->fill_in_ext_msg(this, message); } }; #define hrs_assert_sets_match(_set1_, _set2_) \
src/share/vm/gc_implementation/g1/heapRegionSet.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File