src/hotspot/share/classfile/verifier.hpp
changeset 53853 7ca9e625d6b2
parent 53244 9807daeb47c4
child 54133 829bf950287e
equal deleted inserted replaced
53851:cc4f5bf6b26b 53853:7ca9e625d6b2
    47 
    47 
    48   static void log_end_verification(outputStream* st, const char* klassName, Symbol* exception_name, TRAPS);
    48   static void log_end_verification(outputStream* st, const char* klassName, Symbol* exception_name, TRAPS);
    49 
    49 
    50   // Return false if the class is loaded by the bootstrap loader,
    50   // Return false if the class is loaded by the bootstrap loader,
    51   // or if defineClass was called requesting skipping verification
    51   // or if defineClass was called requesting skipping verification
    52   // -Xverify:all/none override this value
    52   // -Xverify:all overrides this value
    53   static bool should_verify_for(oop class_loader, bool should_verify_class);
    53   static bool should_verify_for(oop class_loader, bool should_verify_class);
    54 
    54 
    55   // Relax certain access checks to enable some broken 1.1 apps to run on 1.2.
    55   // Relax certain access checks to enable some broken 1.1 apps to run on 1.2.
    56   static bool relax_access_for(oop class_loader);
    56   static bool relax_access_for(oop class_loader);
    57 
    57