src/share/vm/classfile/dictionary.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/dictionary.cpp	Mon Feb 22 11:00:47 2016
--- new/src/share/vm/classfile/dictionary.cpp	Mon Feb 22 11:00:47 2016

*** 133,144 **** --- 133,146 ---- // without locks. The new ProtectionDomainEntry must be // complete before other threads can be allowed to see it // via a store to _pd_set. OrderAccess::release_store_ptr(&_pd_set, new_head); } ! if (TraceProtectionDomainVerification && WizardMode) { ! print(); ! if (log_is_enabled(Trace, protectiondomain)) { ! ResourceMark rm; + outputStream* log = LogHandle(protectiondomain)::trace_stream(); + print(log); } } void Dictionary::do_unloading() {

src/share/vm/classfile/dictionary.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File