Searched refs:_should_write_unload_events (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2634 _should_write_unload_events = Tracing::is_event_enabled(TraceClassUnloadEvent);
2643 _should_write_unload_events = false;
2654 bool SystemDictionary::_should_write_unload_events = false; member in class:SystemDictionary
2663 if (_should_write_unload_events) {
H A DsystemDictionary.hpp684 static bool _should_write_unload_events; member in class:SystemDictionary

Completed in 38 milliseconds