Print this page


Split Split Close
Expand all
Collapse all
          --- old/src/share/vm/memory/universe.hpp
          +++ new/src/share/vm/memory/universe.hpp
↓ open down ↓ 456 lines elided ↑ open up ↑
 457  457  
 458  458    // Apply "f" to all klasses for basic types (classes not present in
 459  459    // SystemDictionary).
 460  460    static void basic_type_classes_do(void f(Klass*));
 461  461  
 462  462    // For sharing -- fill in a list of known vtable pointers.
 463  463    static void init_self_patching_vtbl_list(void** list, int count);
 464  464  
 465  465    // Debugging
 466  466    static bool verify_in_progress() { return _verify_in_progress; }
      467 +  static bool should_verify_subset(const char* subset);
 467  468    static void verify(VerifyOption option, const char* prefix);
 468  469    static void verify(const char* prefix) {
 469  470      verify(VerifyOption_Default, prefix);
 470  471    }
 471  472    static void verify() {
 472  473      verify("");
 473  474    }
 474  475  
 475  476    static int  verify_count()       { return _verify_count; }
 476  477    static void print_on(outputStream* st);
↓ open down ↓ 42 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX