< prev index next >

src/hotspot/share/classfile/classLoaderDataGraph.cpp

Print this page

        

*** 307,318 **** Thread* _thread; NoSafepointVerifier _nsv; // No safepoints allowed in this scope // unless verifying at a safepoint. public: ! ClassLoaderDataGraphIterator() : _next(ClassLoaderDataGraph::_head), ! _nsv(true, !SafepointSynchronize::is_at_safepoint()) { _thread = Thread::current(); assert_locked_or_safepoint(ClassLoaderDataGraph_lock); } ClassLoaderData* get_next() { --- 307,317 ---- Thread* _thread; NoSafepointVerifier _nsv; // No safepoints allowed in this scope // unless verifying at a safepoint. public: ! ClassLoaderDataGraphIterator() : _next(ClassLoaderDataGraph::_head) { _thread = Thread::current(); assert_locked_or_safepoint(ClassLoaderDataGraph_lock); } ClassLoaderData* get_next() {
< prev index next >