< prev index next >

src/share/vm/ci/ciEnv.cpp

Print this page

        

*** 969,979 **** // Prevent SystemDictionary::add_to_hierarchy from running // and invalidating our dependencies until we install this method. // No safepoints are allowed. Otherwise, class redefinition can occur in between. MutexLocker ml(Compile_lock); ! No_Safepoint_Verifier nsv; // Change in Jvmti state may invalidate compilation. if (!failing() && jvmti_state_changed()) { record_failure("Jvmti state change invalidated dependencies"); } --- 969,979 ---- // Prevent SystemDictionary::add_to_hierarchy from running // and invalidating our dependencies until we install this method. // No safepoints are allowed. Otherwise, class redefinition can occur in between. MutexLocker ml(Compile_lock); ! NoSafepointVerifier nsv; // Change in Jvmti state may invalidate compilation. if (!failing() && jvmti_state_changed()) { record_failure("Jvmti state change invalidated dependencies"); }
< prev index next >